* lib/parse-date.y: Remove extraneous form feed (FF, 0x0C, ^L). Signed-off-by: J William Piggott <elseifthen@xxxxxxx> --- lib/parse-date.y | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/parse-date.y b/lib/parse-date.y index 7bfdb36..66ec722 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 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html