From owner-cvs-all Sat Aug 14 10:19:22 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id C879F152B1; Sat, 14 Aug 1999 10:19:18 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 9BC391C09; Sat, 14 Aug 1999 12:19:55 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 8EAF53820; Sat, 14 Aug 1999 12:19:55 -0400 (EDT) Date: Sat, 14 Aug 1999 12:19:55 -0400 (EDT) From: Bill Fumerola To: Chris Costello Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/test test.c In-Reply-To: <199908140538.WAA71599@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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