]> pd.if.org Git - pdclib/blobdiff - functions/string/strxfrm.c
Whitespace cleanups.
[pdclib] / functions / string / strxfrm.c
index 9b6192275500c51aa650ef3a89476bddc1c03d4e..c16f1e0d0f3c839e03f9ecc5b618da974b6806be 100644 (file)
@@ -26,6 +26,7 @@ size_t strxfrm( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )
@@ -43,5 +44,5 @@ int main( void )
     TESTCASE( s[10] == '\0' );
     return TEST_RESULTS;
 }
-#endif
 
+#endif