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