]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/flushbuffer.c
Whitespace cleanups.
[pdclib] / platform / example / functions / _PDCLIB / flushbuffer.c
index e68c6c49041875243d7e983211b682e0e4bbd28c..3ed891f159987aba96086bcf67948c32db5c3d16 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -14,7 +12,8 @@
 #include <string.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 #include </usr/include/errno.h>
 
@@ -97,9 +96,9 @@ int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream )
 
 #endif
 
-
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -108,4 +107,3 @@ int main( void )
 }
 
 #endif
-