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

Kostik Belousov kostikbel at gmail.com
Sat May 7 11:50:09 UTC 2011


On Sat, May 07, 2011 at 10:40:57AM +0000, Andriy Gapon wrote:
> 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)
Why not add a space between if and '(' ?

>  	include("/boot/boot.conf");
>      printf("\n");
>      /*
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20110507/4c7a3618/attachment.pgp


More information about the svn-src-head mailing list