From owner-freebsd-current@FreeBSD.ORG Sun Mar 14 22:25:14 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 6C65316A4CE for ; Sun, 14 Mar 2004 22:25:14 -0800 (PST) Received: from mailout2.pacific.net.au (mailout2.pacific.net.au [61.8.0.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6034043D2D for ; Sun, 14 Mar 2004 22:25:09 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87])i2F6P7nX006969; Mon, 15 Mar 2004 17:25:07 +1100 Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) i2F6P5Gi016038; Mon, 15 Mar 2004 17:25:07 +1100 Date: Mon, 15 Mar 2004 17:25:05 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Colin Percival In-Reply-To: <6.0.1.1.1.20040314234126.03adbc50@imap.sfu.ca> Message-ID: <20040315172002.S5193@gamplex.bde.org> References: <6.0.1.1.1.20040314234126.03adbc50@imap.sfu.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: spaces before tabs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 06:25:14 -0000 On Sun, 14 Mar 2004, 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. Only that many (counting all #define\040 etc)? :-) > Should I clean these up, or is it not worth bloating the repository for > such cosmetic fixes? It's too painful to do all at once IMO. The repo bloat isn't much (6500 * 40 characters + metadata?). Bruce