]> pd.if.org Git - pdclib/blobdiff - functions/stdio/clearerr.c
Whitespace cleanups.
[pdclib] / functions / stdio / clearerr.c
index ca22b0332b72b3f8f84bf3c490e2cd520e068a43..91cd00a6655e9d619efd5a5f6e48301a0d0f832a 100644 (file)
@@ -16,6 +16,7 @@ void clearerr( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -49,4 +50,3 @@ int main( void )
 }
 
 #endif
-