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