]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fputc.c
Whitespace cleanups.
[pdclib] / functions / stdio / fputc.c
index 1ea99e9d952adb4524693f4ca5c2e177b3d2604b..872b741916cfc26460e8372a8ff710b530dd7fe5 100644 (file)
@@ -35,6 +35,7 @@ int fputc( int c, struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )