From f066c107ce6b76b4b11b239b9ab77561d4e0b84e Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 30 Jan 2018 16:17:10 +0100 Subject: [PATCH] cal: remove extra space after year output Reported-by: Mike Frysinger Signed-off-by: Karel Zak --- misc-utils/cal.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc-utils/cal.c b/misc-utils/cal.c index adc5436ac6..a110b1b8f6 100644 --- a/misc-utils/cal.c +++ b/misc-utils/cal.c @@ -879,9 +879,6 @@ static void yearly(const struct cal_control *ctl) my_putstring("\n\n"); } monthly(ctl); - - /* Is empty line at the end year output really needed? */ - my_putstring("\n"); } /* -- 2.47.3