Remove duplicate white lines.

This commit is contained in:
Ralf Corsepius
2004-04-21 16:01:48 +00:00
parent 6128a4aa5e
commit f05b2ac0bc
403 changed files with 33 additions and 2026 deletions

View File

@@ -28,7 +28,6 @@ console_initialize(rtems_device_major_number major,
return 0;
}
/*
* Open entry point
*/

View File

@@ -88,7 +88,6 @@ void bsp_pretasking_hook(void)
bsp_libc_init((void *)heap_start, Heap_size, 1024 * 1024);
#ifdef RTEMS_DEBUG
rtems_debug_enable( RTEMS_DEBUG_ALL_MASK );
#endif