]> pd.if.org Git - pdclib/blobdiff - functions/ctype/isblank.c
Whitespace cleanups.
[pdclib] / functions / ctype / isblank.c
index cc29fa849048df2b19588b797efc92bc60e6b6bb..06c5362d371ed3581103125fe4d80f5dd5e75482 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* isblank( int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -20,7 +18,8 @@ int isblank( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {