Date: Sat, 7 May 2011 10:40:57 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r221593 - head/sys/boot/common Message-ID: <201105071040.p47Aevcm093174@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"); /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105071040.p47Aevcm093174>