Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2011 05:53:17 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r221757 - stable/8/sys/boot/common
Message-ID:  <201105110553.p4B5rHTO076192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
     /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105110553.p4B5rHTO076192>