summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/getdate.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index d203c09ae..a4a445da0 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 == '\\')
{