]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ftell.c
Whitespace cleanups.
[pdclib] / functions / stdio / ftell.c
index bf6f792b892d1fdd5eee9c4ffc60b63ba61bfd67..f4bd300713c60b92b9f4a06f223c4ed24719c23b 100644 (file)
@@ -42,6 +42,7 @@ long int ftell( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 #include <stdlib.h>
@@ -97,4 +98,3 @@ int main( void )
 }
 
 #endif
-