From owner-cvs-all@FreeBSD.ORG Thu May 22 23:17:50 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 166A837B407 for ; Thu, 22 May 2003 23:17:50 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1CCF143FAF for ; Thu, 22 May 2003 23:17:48 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 96565 invoked by uid 1000); 23 May 2003 06:17:50 -0000 Date: Thu, 22 May 2003 23:17:50 -0700 (PDT) From: Nate Lawson To: Doug Barton In-Reply-To: <20030522163523.R2984@znfgre.qbhto.arg> Message-ID: <20030522231705.A96553@root.org> References: <20030522183930.564EF37B49D@hub.freebsd.org> <20030522161035.X95941@root.org> <20030522163523.R2984@znfgre.qbhto.arg> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs mkfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 06:17:50 -0000 On Thu, 22 May 2003, Doug Barton wrote: > On Thu, 22 May 2003, Nate Lawson wrote: > > > Actually there's a style bug in that the chdummy line is spaces not > > tabs. This contributed to me missing it. :) > > There are other style(9) violations in that same file, so I didn't think > this one was important enough to worry about, and I wanted to get the fix > in as reviewed asap. Perhaps my judgement was faulty... It wasn't originally in the file but in a line you added. Perhaps you can commit the style fixes after the freeze? Thanks, Nate