svn commit: r221757 - stable/8/sys/boot/common

Andriy Gapon avg at FreeBSD.org
Wed May 11 05:53:17 UTC 2011


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");
     /*


More information about the svn-src-stable-8 mailing list