]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sort cases in getopt switch statement.
authorDavid Malone <dwmalone@FreeBSD.org>
Thu, 3 Aug 2000 15:19:27 +0000 (15:19 +0000)
committerDavid Malone <dwmalone@FreeBSD.org>
Thu, 3 Aug 2000 15:19:27 +0000 (15:19 +0000)
commit23e726a0d8b023d09adcdbb008f44018868a37e2
tree4f9d946ee34f285377860d584804e702e463fc83
parent3b2084258c965fbfb9f25033d2ecd258e583f473
Sort cases in getopt switch statement.
Remove extra parens from my host selection commit.
Add white space after if, while, for and switch.
Get rid of braces around a single statement if.

There should be no functional changes in this commit.

Reviewed by: sheldonh
usr.sbin/syslogd/syslogd.c