Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-15 13:26:21 +00:00
parent 7ded4e37a3
commit 3239698d1f
517 changed files with 173 additions and 872 deletions

View File

@@ -416,4 +416,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}

View File

@@ -517,4 +517,3 @@ extern uint32_t _ERC32_MEC_Timer_Control_Mirror;
#endif /* !_INCLUDE_ERC32_h */
/* end of include file */

View File

@@ -15,4 +15,3 @@
#include <bsp.h>
ERC32_Register_Map ERC32_MEC;

View File

@@ -68,4 +68,3 @@ void _CPU_Thread_Idle_body( void )
ERC32_MEC.Power_Down = 0; /* value is irrelevant */
}
}

View File

@@ -428,4 +428,3 @@ rtems_device_driver console_control(
{
return rtems_termios_ioctl (arg);
}

View File

@@ -376,4 +376,3 @@ extern LEON_Register_Map LEON_REG;
#endif /* !_INCLUDE_LEON_h */
/* end of include file */

View File

@@ -68,4 +68,3 @@ void _CPU_Thread_Idle_body( void )
LEON_REG.Power_Down = LEON_REG.Power_Down; /* make sure on load follows store to power-down reg */
}
}