From: Paul Eggert Date: Thu, 15 Jun 2000 12:51:56 +0000 (+0000) Subject: White space changes, to match fileutils. X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=bff9056e888c7daa3a5950706fefae3b4671de02;p=chaz%2Ftar White space changes, to match fileutils. --- 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;