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