]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fseek.c
Whitespace cleanups.
[pdclib] / functions / stdio / fseek.c
index 6f56b6ef4ad894ded3ce4cfa4adf7664c4b746ad..c8427f8c9a32b418c0d1364bb7592ac437c58bfb 100644 (file)
@@ -30,7 +30,9 @@ int fseek( struct _PDCLIB_file_t * stream, long offset, int whence )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
+
 #include <string.h>
 
 int main( void )
@@ -81,4 +83,3 @@ int main( void )
 }
 
 #endif
-