From: Paul Eggert Date: Wed, 3 Nov 2004 17:37:58 +0000 (+0000) Subject: Remove trailing white space. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5dcdb46bfeb8531815a4c6356edd16d14663134;p=pspp Remove trailing white space. --- diff --git a/lib/getdate.y b/lib/getdate.y index d203c09ae0..a4a445da03 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -1078,7 +1078,7 @@ get_date (struct timespec *result, char const *p, struct timespec const *now) char const *tzbase = p + 4; size_t tzsize = 1; char const *s; - + for (s = tzbase; *s; s++, tzsize++) if (*s == '\\') {