All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cal: drop trailing blank line
@ 2016-05-23 21:02 Mike Frysinger
  2016-05-23 21:30 ` Bruce Dubbs
  2018-01-25  4:22 ` Mike Frysinger
  0 siblings, 2 replies; 8+ messages in thread
From: Mike Frysinger @ 2016-05-23 21:02 UTC (permalink / raw)
  To: util-linux

There's no history to be found behind this, and the comment in the
code indicates no one else knows, and it makes me angry :).

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 misc-utils/cal.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/misc-utils/cal.c b/misc-utils/cal.c
index 3e20530..479c967 100644
--- a/misc-utils/cal.c
+++ b/misc-utils/cal.c
@@ -767,9 +767,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.8.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-01-25 11:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-23 21:02 [PATCH] cal: drop trailing blank line Mike Frysinger
2016-05-23 21:30 ` Bruce Dubbs
2016-05-23 22:58   ` Mike Frysinger
2016-05-23 22:59     ` Mike Frysinger
2016-05-23 23:32     ` Bruce Dubbs
2016-05-24  1:02       ` Mike Frysinger
2018-01-25  4:22 ` Mike Frysinger
2018-01-25 11:26   ` J William Piggott

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.