]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/seek.c
Whitespace cleanups.
[pdclib] / platform / example / functions / _PDCLIB / seek.c
index 3d62c59bf7ff954c1c01e613596cd0c1b268b8ed..cafcee8ddc2cfd64db234c335ca00e9754667321 100644 (file)
@@ -60,6 +60,7 @@ _PDCLIB_int64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, _PDCLIB_int64_t of
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -69,4 +70,3 @@ int main( void )
 }
 
 #endif
-