summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/newlibc_exit.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:35:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:35:32 +0000
commit18daff9b95bbe4d5004a99079207a5343760ecd3 (patch)
treeb964869a341cda8ab268ae3643ea9be3ed1a78f4 /cpukit/libcsupport/src/newlibc_exit.c
parent0a7278e49713596cd0d4b7e2d071e40a6940746f (diff)
Whitespace removal.
Diffstat (limited to 'cpukit/libcsupport/src/newlibc_exit.c')
-rw-r--r--cpukit/libcsupport/src/newlibc_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libcsupport/src/newlibc_exit.c b/cpukit/libcsupport/src/newlibc_exit.c
index 2669fc7f48..818ba884f4 100644
--- a/cpukit/libcsupport/src/newlibc_exit.c
+++ b/cpukit/libcsupport/src/newlibc_exit.c
@@ -131,14 +131,14 @@ void libc_wrapup(void)
#else
#define FINI_SYMBOL _fini
#endif
-
+
extern void FINI_SYMBOL( void );
#endif
void EXIT_SYMBOL(int status)
{
/*
- * If the toolset uses init/fini sections, then we need to
+ * If the toolset uses init/fini sections, then we need to
* run the global destructors now.
*/
#if defined(__USE_INIT_FINI__)