]> pd.if.org Git - pdclib/blobdiff - functions/locale/localeconv.c
Whitespace cleanups.
[pdclib] / functions / locale / localeconv.c
index 82bf474140ac00c50cc822d4e49dfea9f8a9eeab..56d3d143a9757a38fb94c3621195805f5ae85be6 100644 (file)
@@ -16,6 +16,7 @@ struct lconv * localeconv( void )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -23,4 +24,5 @@ int main( void )
     TESTCASE( NO_TESTDRIVER );
     return TEST_RESULTS;
 }
+
 #endif