svn commit: r304693 - head/usr.bin/getconf
Garrett Cooper
ngie at FreeBSD.org
Tue Aug 23 19:15:02 UTC 2016
Author: ngie
Date: Tue Aug 23 19:15:01 2016
New Revision: 304693
URL: https://svnweb.freebsd.org/changeset/base/304693
Log:
Clean up trailing whitespace
MFC after: 3 days
Sponsored by: EMC / Isilon Storage Division
Modified:
head/usr.bin/getconf/getconf.c
Modified: head/usr.bin/getconf/getconf.c
==============================================================================
--- head/usr.bin/getconf/getconf.c Tue Aug 23 19:03:11 2016 (r304692)
+++ head/usr.bin/getconf/getconf.c Tue Aug 23 19:15:01 2016 (r304693)
@@ -109,13 +109,13 @@ main(int argc, char **argv)
do_confstr(name, key);
else
printf("undefined\n");
- } else {
+ } else {
valid = find_sysconf(name, &key);
if (valid > 0) {
do_sysconf(name, key);
} else if (valid < 0) {
printf("undefined\n");
- } else
+ } else
errx(EX_USAGE,
"no such configuration parameter `%s'",
name);
More information about the svn-src-head
mailing list