]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ferror.c
Whitespace cleanups.
[pdclib] / functions / stdio / ferror.c
index 7b56637f2fb24ebeea411757613f28c90a740d56..54f43f0133ea0ab598ae7eff5b2dfd5016c9436d 100644 (file)
@@ -16,6 +16,7 @@ int ferror( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -25,4 +26,3 @@ int main( void )
 }
 
 #endif
-