svn commit: r251678 - head/usr.bin/calendar

Greg Lehey grog at FreeBSD.org
Thu Jun 13 04:11:22 UTC 2013


Author: grog
Date: Thu Jun 13 04:11:21 2013
New Revision: 251678
URL: http://svnweb.freebsd.org/changeset/base/251678

Log:
  Revert revision 251648.  style(9) requires an empty line here.
  
  Reported by:	mdf@

Modified:
  head/usr.bin/calendar/calendar.c

Modified: head/usr.bin/calendar/calendar.c
==============================================================================
--- head/usr.bin/calendar/calendar.c	Thu Jun 13 03:23:24 2013	(r251677)
+++ head/usr.bin/calendar/calendar.c	Thu Jun 13 04:11:21 2013	(r251678)
@@ -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]",


More information about the svn-src-head mailing list