summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/debug.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:54:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 11:54:29 +0000
commit84860816e3b153918b269589693cdfd0bb66ae70 (patch)
tree8675c56bdbc5e34947d4731131cc7896d5385e08 /cpukit/sapi/src/debug.c
parent2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-84860816e3b153918b269589693cdfd0bb66ae70.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/sapi/src/debug.c')
-rw-r--r--cpukit/sapi/src/debug.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/sapi/src/debug.c b/cpukit/sapi/src/debug.c
index 282ce6b7cb..4f6c68ea5c 100644
--- a/cpukit/sapi/src/debug.c
+++ b/cpukit/sapi/src/debug.c
@@ -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
)