]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atexit.c
Whitespace cleanups.
[pdclib] / functions / stdlib / atexit.c
index 89832f1ea25dd4f691cd198c3acb286b612904de..42a98ed0dec0689537dca0a2373fd7f7e9056b4b 100644 (file)
@@ -27,7 +27,9 @@ int atexit( void (*func)( void ) )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
+
 #include <assert.h>
 
 static int flags[ 32 ];