]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/assert.c
Whitespace cleanups.
[pdclib] / functions / _PDCLIB / assert.c
index f4d2cbc2a0511f00bd8030ce43dec5f0d064a2b9..a8fc25b76182bd6d55d01be87512f62024c305d1 100644 (file)
@@ -29,7 +29,9 @@ void _PDCLIB_assert89( char const * const message )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
+
 #include <signal.h>
 
 static int EXPECTED_ABORT = 0;
@@ -42,6 +44,7 @@ static void aborthandler( int sig )
 }
 
 #define NDEBUG
+
 #include <assert.h>
 
 static int disabled_test( void )
@@ -53,6 +56,7 @@ static int disabled_test( void )
 }
 
 #undef NDEBUG
+
 #include <assert.h>
 
 int main( void )