From d0af4727051a8681fd5e44b0c1e614f98d337794 Mon Sep 17 00:00:00 2001 From: grog 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]",