From: Jim Meyering Date: Wed, 3 Nov 2004 08:54:51 +0000 (+0000) Subject: remove trailing blanks X-Git-Tag: COREUTILS-5_3_0~481 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c8d863cc61478a1a6365cef44d67c79bc873349;p=platform%2Fupstream%2Fcoreutils.git remove trailing blanks --- diff --git a/lib/getdate.y b/lib/getdate.y index d203c09..a4a445d 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 == '\\') {