Ver Fonte

Remove extra blank lines left after FINSH_FUNCTION_EXPORT_ALIAS cleanup

Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
copilot-swe-agent[bot] há 2 meses atrás
pai
commit
42aef81d15

+ 0 - 2
bsp/simulator/drivers/module_win32.c

@@ -347,8 +347,6 @@ rt_module_t rt_module_open(const char *path)
     /* FreeLibrary(hinstlib); */
 }
 
-
-
 #endif
 
 #define RT_MODULE_ARG_MAX    8

+ 0 - 1
components/dfs/dfs_v1/src/dfs_posix.c

@@ -978,7 +978,6 @@ int chdir(const char *path)
 }
 RTM_EXPORT(chdir);
 
-
 #endif
 
 /**

+ 0 - 1
components/dfs/dfs_v2/src/dfs_posix.c

@@ -1241,7 +1241,6 @@ int chdir(const char *path)
 }
 RTM_EXPORT(chdir);
 
-
 #endif
 
 /**

+ 0 - 2
components/drivers/mtd/mtd_nand.c

@@ -411,8 +411,6 @@ help:
 MSH_CMD_EXPORT(mtd_nand, MTD nand device test function);
 #endif /* RT_USING_FINSH */
 
-
-
 #endif /* defined(RT_MTD_NAND_DEBUG) && defined(RT_USING_FINSH) */
 
 #endif /* RT_USING_MTD_NAND */

+ 0 - 2
components/vbus/vbus.c

@@ -1303,5 +1303,3 @@ void rt_vbus_chm_wm_dump(void)
 }
 #endif
 
-
-

+ 0 - 1
libcpu/arm/realview-a8-vmm/gic.c

@@ -183,7 +183,6 @@ void arm_gic_dump(rt_uint32_t index)
     rt_kprintf("\n");
 }
 
-
 int arm_gic_dist_init(rt_uint32_t index, rt_uint32_t dist_base, int irq_start)
 {
     unsigned int gic_type, i;