Remove stray white spaces.

This commit is contained in:
Ralf Corsepius
2004-04-16 11:54:29 +00:00
parent c952016561
commit 84860816e3
10 changed files with 83 additions and 83 deletions
+5 -5
View File
@@ -18,29 +18,29 @@
*
* _Debug_Manager_initialization
*/
void _Debug_Manager_initialization( void )
{
rtems_debug_disable( RTEMS_DEBUG_ALL_MASK );
}
/*PAGE
*
* rtems_debug_enable
*/
void rtems_debug_enable (
rtems_debug_control to_be_enabled
)
{
_Debug_Level |= to_be_enabled;
}
/*PAGE
*
* rtems_debug_disable
*/
void rtems_debug_disable (
rtems_debug_control to_be_disabled
)