]> pd.if.org Git - pdclib/blobdiff - functions/locale/localeconv.c
Whitespace cleanups.
[pdclib] / functions / locale / localeconv.c
index e23fb6a3585d7f6f21398aa18a077d7f7a0dc267..56d3d143a9757a38fb94c3621195805f5ae85be6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* localeconv( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,11 +16,13 @@ struct lconv * localeconv( void )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
     TESTCASE( NO_TESTDRIVER );
     return TEST_RESULTS;
 }
+
 #endif