]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fclose.c
Whitespace cleanups.
[pdclib] / functions / stdio / fclose.c
index a5b9e96942cbbeb6d0c310e5c34db2020c637eda..7871833c0069c993ef50b89a0595bb4cb96ec1fa 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 extern struct _PDCLIB_file_t * _PDCLIB_filelist;
@@ -66,6 +67,7 @@ int fclose( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -97,4 +99,3 @@ int main( void )
 }
 
 #endif
-