From bff9056e888c7daa3a5950706fefae3b4671de02 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Jun 2000 12:51:56 +0000 Subject: [PATCH] White space changes, to match fileutils. --- lib/getdate.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/getdate.y b/lib/getdate.y index a87f9be..3210e53 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; -- 2.44.0