summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2000-06-15 12:51:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2000-06-15 12:51:56 +0000
commitbff9056e888c7daa3a5950706fefae3b4671de02 (patch)
treee51e737de94e9f1f6363e100816d1b1e227466cc /lib
parente1c9c92abdd5cb05f868ee5d7ce87ec46cef5ef7 (diff)
downloadtar-bff9056e888c7daa3a5950706fefae3b4671de02.tar.gz
White space changes, to match fileutils.
Diffstat (limited to 'lib')
-rw-r--r--lib/getdate.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getdate.y b/lib/getdate.y
index a87f9be0..3210e536 100644
--- a/lib/getdate.y
+++ b/lib/getdate.y
@@ -85,7 +85,7 @@
#define TM_YEAR_BASE 1900
#define HOUR(x) ((x) * 60)
-
+
/* An integer value, and the number of digits in its textual
representation. */
typedef struct
@@ -168,7 +168,7 @@ static int yylex ();
/* This grammar has 13 shift/reduce conflicts. */
%expect 13
-
+
%union
{
int intval;