]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/fillbuffer.c
Whitespace cleanups.
[pdclib] / platform / example / functions / _PDCLIB / fillbuffer.c
index e3cb9bec3f669305e92001daeada532328901854..0e1b0e39cec1ee678b1fc9b09f4ceddb44fc4be5 100644 (file)
@@ -11,6 +11,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 #include </usr/include/errno.h>
@@ -65,6 +66,7 @@ int _PDCLIB_fillbuffer( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -74,4 +76,3 @@ int main( void )
 }
 
 #endif
-