From owner-freebsd-current@FreeBSD.ORG Mon Mar 15 00:51:12 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 1F0D416A4CE for ; Mon, 15 Mar 2004 00:51:12 -0800 (PST) Received: from tx3.oucs.ox.ac.uk (tx3.oucs.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842BA43D2D for ; Mon, 15 Mar 2004 00:51:11 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.oucs.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1B2noU-0001v3-Ns for current@freebsd.org; Mon, 15 Mar 2004 08:51:10 +0000 Received: from rx3.oucs.ox.ac.uk ([163.1.2.165]) by localhost (scan3.oucs.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 07347-01 for ; Mon, 15 Mar 2004 08:51:10 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx3.oucs.ox.ac.uk with smtp (Exim 4.24) id 1B2noU-0001uw-AI for current@freebsd.org; Mon, 15 Mar 2004 08:51:10 +0000 Received: (qmail 5582 invoked by uid 1004); 15 Mar 2004 08:51:10 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.20 (clamscan: 0.67. sweep: 2.18/3.79. Clear:RC:1(163.1.161.131):. Processed in 0.017314 secs); 15 Mar 2004 08:51:10 -0000 Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 15 Mar 2004 08:51:10 -0000 Message-Id: <6.0.1.1.1.20040315084218.03b57d18@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Mon, 15 Mar 2004 08:51:05 +0000 To: Bruce Evans From: Colin Percival In-Reply-To: <20040315172002.S5193@gamplex.bde.org> References: <6.0.1.1.1.20040314234126.03adbc50@imap.sfu.ca> <20040315172002.S5193@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 08:51:12 -0000 At 06:25 15/03/2004, Bruce Evans wrote: >On Sun, 14 Mar 2004, Colin Percival wrote: > > Thus spake style(9): > > > 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)? :-) I miscounted. Somewhere around 20000 lines have problems with leading whitespace. I'm not looking at non-leading whitespace. > > 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. Painful for whom? I've got a 2.4MB patch sitting in front of me which fixes most of these. Colin Percival