From dc0b13af68b28590921e53246aa5c3a3ee3a2080 Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Mon, 10 Apr 2017 14:26:12 -0400 Subject: [PATCH] parse-date: remove extraneous form feed * lib/parse-date.y: Remove extraneous form feed (FF, 0x0C, ^L). Signed-off-by: J William Piggott --- lib/parse-date.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/parse-date.y b/lib/parse-date.y index 7bfdb367a..66ec722ce 100644 --- a/lib/parse-date.y +++ b/lib/parse-date.y @@ -874,8 +874,6 @@ static table const military_table[] = { { NULL, 0, 0 } }; - - /** * Convert a time zone expressed as HH:MM into an integer count of * minutes. If MM is negative, then S is of the form HHMM and needs