浏览代码

Fix code style

Signed-off-by: xiaofan <xfan1024@live.com>
xiaofan 5 年之前
父节点
当前提交
2a9e7c0eea
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      bsp/stm32/libraries/HAL_Drivers/drv_eth.c

+ 2 - 1
bsp/stm32/libraries/HAL_Drivers/drv_eth.c

@@ -426,7 +426,8 @@ static void phy_linkchange()
         }
     }
 
-    if (phy_speed != phy_speed_new) {
+    if (phy_speed != phy_speed_new)
+    {
         phy_speed = phy_speed_new;
         if (phy_speed & PHY_LINK)
         {