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