]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdlib/system.c
Whitespace cleanups.
[pdclib] / platform / example / functions / stdlib / system.c
index 6f4aded95bf58777c933aa4f4dc30bf02dd490f7..8b5d4d7023270471dec3eddb1d5728369ef58ed3 100644 (file)
@@ -32,6 +32,7 @@ int system( const char * string )
 }
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 #define SHELLCOMMAND "echo 'SUCCESS testing system()'"