]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fsetpos.c
Whitespace cleanups.
[pdclib] / functions / stdio / fsetpos.c
index 32d18ba834eb8184c772480b985ff604806f3866..f2ebd2ae64e665e350e44528894c9ccd411255d6 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 int fsetpos( struct _PDCLIB_file_t * stream, const struct _PDCLIB_fpos_t * pos )
@@ -30,6 +31,7 @@ int fsetpos( struct _PDCLIB_file_t * stream, const struct _PDCLIB_fpos_t * pos )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )