svn commit: r221593 - head/sys/boot/common

Andriy Gapon avg at FreeBSD.org
Sat May 7 10:40:58 UTC 2011


Author: avg
Date: Sat May  7 10:40:57 2011
New Revision: 221593
URL: http://svn.freebsd.org/changeset/base/221593

Log:
  a whitespace nit
  
  MFC after:	4 days

Modified:
  head/sys/boot/common/interp.c

Modified: head/sys/boot/common/interp.c
==============================================================================
--- head/sys/boot/common/interp.c	Sat May  7 10:35:43 2011	(r221592)
+++ head/sys/boot/common/interp.c	Sat May  7 10:40:57 2011	(r221593)
@@ -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-head mailing list