]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdio/remove.c
Whitespace cleanups.
[pdclib] / platform / example / functions / stdio / remove.c
index a2279f17dee1cb2f18122fb67d59011ad080dfd9..aca3eaf98f31e6d562ad4bf1fa699bc11981cc1e 100644 (file)
@@ -63,6 +63,7 @@ int remove( const char * pathname )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -72,4 +73,3 @@ int main( void )
 }
 
 #endif
-