]> pd.if.org Git - pdclib/blobdiff - functions/stdio/rename.c
Whitespace cleanups.
[pdclib] / functions / stdio / rename.c
index cd81c6a169f55794486359ac82460e510b334065..cba22c8515a1c0a49170ec9f91a9f685b93547e7 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 #include <string.h>
@@ -31,6 +32,7 @@ int rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 #include <stdlib.h>
@@ -80,4 +82,3 @@ int main( void )
 }
 
 #endif
-