From 13b01d1d477c4b449c23f90af09e01f89b2aa566 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Thu, 13 Jun 2013 04:11:21 +0000 Subject: [PATCH] Revert revision 251648. style(9) requires an empty line here. Reported by: mdf@ --- usr.bin/calendar/calendar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index be0d4c66135b..2a107c26afd5 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -218,6 +218,7 @@ main(int argc, char *argv[]) static void __dead2 usage(void) { + fprintf(stderr, "%s\n%s\n%s\n", "usage: calendar [-A days] [-a] [-B days] [-D sun|moon] [-d]", " [-F friday] [-f calendarfile] [-l longitude]",