]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/flushbuffer.c
Whitespace cleanups.
[pdclib] / platform / example / functions / _PDCLIB / flushbuffer.c
index 8d5f9212bf9bf539e5147870fe3d7fdd41ad59b3..3ed891f159987aba96086bcf67948c32db5c3d16 100644 (file)
@@ -12,6 +12,7 @@
 #include <string.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 #include </usr/include/errno.h>
@@ -95,8 +96,8 @@ int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream )
 
 #endif
 
-
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -106,4 +107,3 @@ int main( void )
 }
 
 #endif
-