projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46165cb
)
Remove trailing white space.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 3 Nov 2004 17:37:58 +0000
(17:37 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 3 Nov 2004 17:37:58 +0000
(17:37 +0000)
lib/getdate.y
patch
|
blob
|
history
diff --git
a/lib/getdate.y
b/lib/getdate.y
index d203c09ae024da7191a4810520559b0b21a7ab98..a4a445da03112ebe0d192cee1148a5cdda3fa434 100644
(file)
--- 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 == '\\')
{