From: J William Piggott Date: Mon, 10 Apr 2017 18:26:12 +0000 (-0400) Subject: parse-date: remove extraneous form feed X-Git-Tag: v2.30-rc1~109^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc0b13af68b28590921e53246aa5c3a3ee3a2080;p=thirdparty%2Futil-linux.git parse-date: remove extraneous form feed * lib/parse-date.y: Remove extraneous form feed (FF, 0x0C, ^L). Signed-off-by: J William Piggott --- diff --git a/lib/parse-date.y b/lib/parse-date.y index 7bfdb367a2..66ec722ce4 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