]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atol.c
Whitespace cleanups.
[pdclib] / functions / stdlib / atol.c
index fb5e512142b5285a797945ef4162020e7f776118..df17e83d44b15c912ac163831b3d0b29b0cf64f7 100644 (file)
@@ -16,6 +16,7 @@ long int atol( const char * s )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )