From 3c8d863cc61478a1a6365cef44d67c79bc873349 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 3 Nov 2004 08:54:51 +0000 Subject: [PATCH] remove trailing blanks --- lib/getdate.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == '\\') { -- 2.47.2