]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/lldiv.c
Whitespace cleanups.
[pdclib] / functions / stdlib / lldiv.c
index e6552c3447a9d5167a7852b53fc203bc2c99be5f..4219e31ba110b79458f51aed9da31b476e7e25ce 100644 (file)
@@ -20,6 +20,7 @@ lldiv_t lldiv( long long int numer, long long int denom )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )