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