Skip to content

Commit 42aef81

Browse files
CopilotBernardXiong
andcommitted
Remove extra blank lines left after FINSH_FUNCTION_EXPORT_ALIAS cleanup
Co-authored-by: BernardXiong <[email protected]>
1 parent 60c9bc2 commit 42aef81

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

bsp/simulator/drivers/module_win32.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ rt_module_t rt_module_open(const char *path)
347347
/* FreeLibrary(hinstlib); */
348348
}
349349

350-
351-
352350
#endif
353351

354352
#define RT_MODULE_ARG_MAX 8

components/dfs/dfs_v1/src/dfs_posix.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ int chdir(const char *path)
978978
}
979979
RTM_EXPORT(chdir);
980980

981-
982981
#endif
983982

984983
/**

components/dfs/dfs_v2/src/dfs_posix.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ int chdir(const char *path)
12411241
}
12421242
RTM_EXPORT(chdir);
12431243

1244-
12451244
#endif
12461245

12471246
/**

components/drivers/mtd/mtd_nand.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,6 @@ static void mtd_nand(int argc, char **argv)
411411
MSH_CMD_EXPORT(mtd_nand, MTD nand device test function);
412412
#endif /* RT_USING_FINSH */
413413

414-
415-
416414
#endif /* defined(RT_MTD_NAND_DEBUG) && defined(RT_USING_FINSH) */
417415

418416
#endif /* RT_USING_MTD_NAND */

components/vbus/vbus.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,5 +1303,3 @@ void rt_vbus_chm_wm_dump(void)
13031303
}
13041304
#endif
13051305

1306-
1307-

libcpu/arm/realview-a8-vmm/gic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ void arm_gic_dump(rt_uint32_t index)
183183
rt_kprintf("\n");
184184
}
185185

186-
187186
int arm_gic_dist_init(rt_uint32_t index, rt_uint32_t dist_base, int irq_start)
188187
{
189188
unsigned int gic_type, i;

0 commit comments

Comments
 (0)