]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/exit.c
Whitespace cleanups.
[pdclib] / functions / stdlib / exit.c
index 1fe84ef060e25e75a7b06662e27614595ed560b7..b922cb01b7d80b0f3ff0d97ec03769d2514cc91b 100644 (file)
@@ -32,6 +32,7 @@ void exit( int status )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )