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