From: Ben Pfaff Date: Tue, 16 Dec 2003 05:43:49 +0000 (+0000) Subject: Fix spacing. X-Git-Tag: sav-api~2682 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440ac00aa72410d1c0e41633bd651c4c54871f87;p=pspp Fix spacing. --- diff --git a/src/postscript.c b/src/postscript.c index dd1905d702..9fa1615246 100644 --- a/src/postscript.c +++ b/src/postscript.c @@ -957,7 +957,7 @@ output_encodings (struct outp_driver *this) { char *sp; - if (buf.length == 0 ) + if (buf.length == 0) continue; pschar = strtok_r (ds_value (&buf), " \t\r\n", &sp);