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);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to