From owner-cvs-all Fri Aug 13 22:39: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E69751504E; Fri, 13 Aug 1999 22:38:57 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA71599; Fri, 13 Aug 1999 22:38:06 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <199908140538.WAA71599@freefall.freebsd.org> From: Chris Costello Date: Fri, 13 Aug 1999 22:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/test test.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chris 1999/08/13 22:38:06 PDT Modified files: bin/test test.c Log: Minor style fix - change 'if(!*v)' to 'if (!*v)' Revision Changes Path 1.22 +2 -2 src/bin/test/test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message