# HG changeset patch # User Paul Eggert # Date 1099503478 0 # Node ID 4776df58a51d89a2c2d7c66c2c17608516824e5e # Parent b5cb1c9cb639408949f983c353aa7f5d84a0a0a1 Remove trailing white space. diff --git a/lib/getdate.y b/lib/getdate.y --- a/lib/getdate.y +++ b/lib/getdate.y @@ -1078,7 +1078,7 @@ char const *tzbase = p + 4; size_t tzsize = 1; char const *s; - + for (s = tzbase; *s; s++, tzsize++) if (*s == '\\') {