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