]> pd.if.org Git - pdclib/blobdiff - functions/stdio/puts.c
Whitespace cleanups.
[pdclib] / functions / stdio / puts.c
index 94472ae1f514d65ad145828d7cafcb07cdf7c7ec..aa759dc17839d539d4bd936267c0e6ff09967970 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
+
 #include "_PDCLIB_glue.h"
 
 extern char * _PDCLIB_eol;
@@ -43,6 +44,7 @@ int puts( const char * s )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -63,4 +65,3 @@ int main( void )
 }
 
 #endif
-