svn commit: r221758 - stable/7/sys/boot/common

Andriy Gapon avg at FreeBSD.org
Wed May 11 06:03:13 UTC 2011


Author: avg
Date: Wed May 11 06:03:12 2011
New Revision: 221758
URL: http://svn.freebsd.org/changeset/base/221758

Log:
  MFC r221593,221601: whitespace nits

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

Modified: stable/7/sys/boot/common/interp.c
==============================================================================
--- stable/7/sys/boot/common/interp.c	Wed May 11 05:53:16 2011	(r221757)
+++ stable/7/sys/boot/common/interp.c	Wed May 11 06:03:12 2011	(r221758)
@@ -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-all mailing list