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