From 11b0c200fb9304618524263b33a4e268fa44ebd5 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 23 Aug 2016 19:15:01 +0000 Subject: [PATCH] Clean up trailing whitespace MFC after: 3 days Sponsored by: EMC / Isilon Storage Division --- usr.bin/getconf/getconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 5f88db6cbe18..a82196e33d2e 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -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);