Date: Sat, 7 May 2011 13:57:30 +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: r221601 - head/sys/boot/common Message-ID: <201105071357.p47DvUoY001249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Sat May 7 13:57:30 2011 New Revision: 221601 URL: http://svn.freebsd.org/changeset/base/221601 Log: a whitespace nit Reminder from: kib 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 13:08:48 2011 (r221600) +++ head/sys/boot/common/interp.c Sat May 7 13:57:30 2011 (r221601) @@ -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?201105071357.p47DvUoY001249>