summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/check.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 12:12:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 12:12:39 +0000
commit0893220b2a4507fc2619b625ecb0d6241ef5cd6f (patch)
tree1f81a1c1fac15dc8f3cd86aef65cbcf261f01a97 /cpukit/libmisc/stackchk/check.c
parentWhitespace removal. (diff)
downloadrtems-0893220b2a4507fc2619b625ecb0d6241ef5cd6f.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libmisc/stackchk/check.c')
-rw-r--r--cpukit/libmisc/stackchk/check.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index a51961c073..702707dc07 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -153,7 +153,7 @@ void Stack_check_Initialize( void )
p[2] = 0xDEADF00D; /* DEAD FOOD GOOD DOG */
p[3] = 0x600D0D06;
}
-
+
/*
* If appropriate, setup the interrupt stack for high water testing
* also.
@@ -441,7 +441,7 @@ void Stack_check_Dump_threads_usage(
} else {
(*print_handler)( print_context, "%8" PRId32 "\n", used );
}
-
+
}
@@ -474,7 +474,7 @@ void rtems_stack_checker_report_usage_with_plugin(
print_handler = print;
(*print)( context, "Stack usage by thread\n");
- (*print)( context,
+ (*print)( context,
" ID NAME LOW HIGH CURRENT AVAILABLE USED\n"
);