]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/open.c
Whitespace cleanups.
[pdclib] / platform / example / functions / _PDCLIB / open.c
index 1e2c775ac436f3fb915b67523407ba51fede3c25..0f9d08cc25e92bdff52927f16f00b0be5745004f 100644 (file)
@@ -11,6 +11,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 #include <sys/types.h>
@@ -95,6 +96,7 @@ int _PDCLIB_open( char const * const filename, unsigned int mode )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 #include <stdlib.h>
@@ -163,4 +165,3 @@ int main( void )
 }
 
 #endif
-