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