]> pd.if.org Git - pdclib/blobdiff - functions/stdio/ungetc.c
Whitespace cleanups.
[pdclib] / functions / stdio / ungetc.c
index 240dc401f507088138c5ff9bfd33d2bb164beaec..dc5260b63a1a769bd37650e4be1fbad0c67f24e6 100644 (file)
@@ -20,6 +20,7 @@ int ungetc( int c, struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )