Remove trailing white space.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 17:37:58 +0000 (17:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 17:37:58 +0000 (17:37 +0000)
lib/getdate.y

index d203c09ae024da7191a4810520559b0b21a7ab98..a4a445da03112ebe0d192cee1148a5cdda3fa434 100644 (file)
@@ -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 == '\\')
          {