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