From: Ben Pfaff Date: Tue, 16 Dec 2003 05:43:49 +0000 (+0000) Subject: Fix spacing. X-Git-Tag: v0.4.0~445 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440ac00aa72410d1c0e41633bd651c4c54871f87;p=pspp-builds.git Fix spacing. --- diff --git a/src/postscript.c b/src/postscript.c index dd1905d7..9fa16152 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);