]> pd.if.org Git - pdclib/blobdiff - functions/inttypes/imaxdiv.c
Whitespace cleanups.
[pdclib] / functions / inttypes / imaxdiv.c
index 553f22e7faf81e64e9de2e2dd65548e51f48deeb..7143c3d04c42910212ceceb22279e715ff363421 100644 (file)
@@ -19,6 +19,7 @@ imaxdiv_t imaxdiv( intmax_t numer, intmax_t denom )
 #endif
 
 #ifdef TEST
+
 #include "_PDCLIB_test.h"
 
 int main( void )