summaryrefslogtreecommitdiff
path: root/lib/getdate.y
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-11-03 08:54:51 +0000
committerJim Meyering <jim@meyering.net>2004-11-03 08:54:51 +0000
commit3c8d863cc61478a1a6365cef44d67c79bc873349 (patch)
treec3d6adb07d3bac8c2f8b66845f4ace2a549534a5 /lib/getdate.y
parent187d2d06e855a08b89b6bb8acdad70b99dc9219f (diff)
downloadcoreutils-3c8d863cc61478a1a6365cef44d67c79bc873349.tar.xz
remove trailing blanks
Diffstat (limited to 'lib/getdate.y')
-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 == '\\')
{