]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/abs.c
Whitespace cleanups.
[pdclib] / functions / stdlib / abs.c
index 4e8302bdb2356d9be3a41297564cee0fa4dafd8a..7a634e3ab538c0ec08c00439b79c4438878d9a29 100644 (file)
@@ -16,7 +16,9 @@ int abs( int j )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
+
 #include <limits.h>
 
 int main( void )