Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-20 07:09:31 +00:00
parent d3fdf89f66
commit 8f71a36f71
80 changed files with 390 additions and 391 deletions

View File

@@ -44,7 +44,7 @@ rtems_driver_address_table Device_drivers[] =
#ifdef RTEMS_BSP_HAS_IDE_DRIVER
,IDE_CONTROLLER_DRIVER_TABLE_ENTRY
/* important: ATA driver must be after ide drivers */
,ATA_DRIVER_TABLE_ENTRY
,ATA_DRIVER_TABLE_ENTRY
#endif
};