]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/strtox_main.c
Whitespace cleanups.
[pdclib] / functions / _PDCLIB / strtox_main.c
index 3bfdbb8b5bf2d857dfff5c7ecda9ceafad88f041..480895267f03bcecba0bfbb6150e5937d08c9f6f 100644 (file)
@@ -46,7 +46,9 @@ _PDCLIB_uintmax_t _PDCLIB_strtox_main( const char ** p, unsigned int base, uintm
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
+
 #include <errno.h>
 
 int main( void )