Author: avg
Date: Wed May 11 05:53:16 2011
New Revision: 221757
URL: http://svn.freebsd.org/changeset/base/221757

Log:
  MFC r221593,221601: whitespace nits

Modified:
  stable/8/sys/boot/common/interp.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/boot/common/interp.c
==============================================================================
--- stable/8/sys/boot/common/interp.c   Wed May 11 04:53:56 2011        
(r221756)
+++ stable/8/sys/boot/common/interp.c   Wed May 11 05:53:16 2011        
(r221757)
@@ -105,7 +105,7 @@ interact(void)
     /*
      * Read our default configuration
      */
-    if(include("/boot/loader.rc")!=CMD_OK)
+    if (include("/boot/loader.rc") != CMD_OK)
        include("/boot/boot.conf");
     printf("\n");
     /*
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to