]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/print.c
Whitespace cleanups.
[pdclib] / functions / _PDCLIB / print.c
index 768b4a60c060b8a6a1f1c7de959518c79caa2296..1c0f5d6d62509280ad3a75aeda0dd4398043e08f 100644 (file)
@@ -16,8 +16,7 @@
    modifiers.
 */
 /* FIXME: one too many flags to work on a 16-bit machine, join some (e.g. the
-          width flags) into a combined field.
-*/
+          width flags) into a combined field.  */
 #define E_minus    1<<0
 #define E_plus     1<<1
 #define E_alt      1<<2
@@ -548,6 +547,7 @@ static int testprintf( char * buffer, const char * format, ... )
     va_end( status.arg );
     return status.i;
 }
+
 #endif
 
 #define TEST_CONVERSION_ONLY