From d5dcdb46bfeb8531815a4c6356edd16d14663134 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 3 Nov 2004 17:37:58 +0000 Subject: [PATCH] Remove trailing white space. --- 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.30.2