Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 1999 12:19:55 -0400 (EDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        Chris Costello <chris@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/bin/test test.c
Message-ID:  <Pine.BSF.4.10.9908141218210.21131-100000@jade.chc-chimes.com>
In-Reply-To: <199908140538.WAA71599@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 13 Aug 1999, Chris Costello wrote:

> chris       1999/08/13 22:38:06 PDT
> 
>   Modified files:
>     bin/test             test.c 
>   Log:
>   Minor style fix - change 'if(!*v)' to 'if (!*v)'

Where the correct fix would have been:

if (*p == '\0'), according to style(9)

-- 
- bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp -
- ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org  -



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908141218210.21131-100000>