]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/close.c
Whitespace cleanups.
[pdclib] / platform / example / functions / _PDCLIB / close.c
index 279fae8e2b1cb69b5c617b73560c5157dde2e002..8fc9b3474b9b06200fc0496f091a1863aadc2e1d 100644 (file)
@@ -11,6 +11,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 extern int close( int fd );
@@ -23,6 +24,7 @@ int _PDCLIB_close( int fd )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )