]> pd.if.org Git - pdclib/blobdiff - functions/ctype/iscntrl.c
Whitespace cleanups.
[pdclib] / functions / ctype / iscntrl.c
index 755a67c3d3e17fcbe1f9596d922db9c5d8d3e41e..2f885db7de6cc046e51c33b98631a515389404db 100644 (file)
@@ -18,6 +18,7 @@ int iscntrl( int c )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )