From owner-freebsd-current@FreeBSD.ORG Mon Mar 15 08:28:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36F8316A4CE for ; Mon, 15 Mar 2004 08:28:18 -0800 (PST) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB0143D3F for ; Mon, 15 Mar 2004 08:28:18 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i2FGSHL1061525; Mon, 15 Mar 2004 08:28:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i2FGSGji061524; Mon, 15 Mar 2004 08:28:16 -0800 (PST) (envelope-from obrien) Date: Mon, 15 Mar 2004 08:28:16 -0800 From: "David O'Brien" To: Colin Percival Message-ID: <20040315162816.GB61147@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Colin Percival , current@freebsd.org References: <6.0.1.1.1.20040314234126.03adbc50@imap.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.1.1.1.20040314234126.03adbc50@imap.sfu.ca> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: current@freebsd.org Subject: Re: spaces before tabs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 16:28:18 -0000 On Sun, Mar 14, 2004 at 11:47:24PM +0000, Colin Percival wrote: > Thus spake style(9): > > Do not add whitespace at the end of a line, and only use tabs > followed by > > spaces to form the indentation. Do not use more spaces than a tab > will > > produce and do not use spaces in front of tabs. > > There are somewhere around 6500 lines in 1000 files which violate this > final > rule. Should I clean these up, or is it not worth bloating the repository > for > such cosmetic fixes? Please no! Not another round of: ---------------------------- date: 1995/05/30 06:29:28; author: rgrimes; state: Exp; lines: +3 -3 Remove trailing whitespace. ---------------------------- which touches thousands of files.