]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/_Exit.c
Whitespace cleanups.
[pdclib] / functions / stdlib / _Exit.c
index 5a43ee2379619c166d54e7289517f9f32c7fef93..a1375d96c9752493b158c53f549662bd8b5817a1 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 void _Exit( int status )
@@ -21,6 +22,7 @@ void _Exit( int status )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )