]> pd.if.org Git - pdclib/blobdiff - functions/inttypes/strtoumax.c
Whitespace cleanups.
[pdclib] / functions / inttypes / strtoumax.c
index f998338babfd5d6c0f674f3204fffc79ec49eef4..9ed16c18ddde4840a41b04b4774009a6a11a121d 100644 (file)
@@ -25,7 +25,9 @@ uintmax_t strtoumax( const char * _PDCLIB_restrict nptr, char ** _PDCLIB_restric
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
+
 #include <errno.h>
 
 int main( void )