mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 01:44:41 +08:00
Remove extra blank lines left after FINSH_FUNCTION_EXPORT_ALIAS cleanup
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
This commit is contained in:
@@ -347,8 +347,6 @@ rt_module_t rt_module_open(const char *path)
|
||||
/* FreeLibrary(hinstlib); */
|
||||
}
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#define RT_MODULE_ARG_MAX 8
|
||||
|
||||
@@ -978,7 +978,6 @@ int chdir(const char *path)
|
||||
}
|
||||
RTM_EXPORT(chdir);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -1241,7 +1241,6 @@ int chdir(const char *path)
|
||||
}
|
||||
RTM_EXPORT(chdir);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -1303,5 +1303,3 @@ void rt_vbus_chm_wm_dump(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user