Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264708AbTFATHf (ORCPT ); Sun, 1 Jun 2003 15:07:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264709AbTFATHf (ORCPT ); Sun, 1 Jun 2003 15:07:35 -0400 Received: from modemcable204.207-203-24.mtl.mc.videotron.ca ([24.203.207.204]:37248 "EHLO montezuma.mastecende.com") by vger.kernel.org with ESMTP id S264708AbTFATHd (ORCPT ); Sun, 1 Jun 2003 15:07:33 -0400 Date: Sun, 1 Jun 2003 15:10:25 -0400 (EDT) From: Zwane Mwaikambo X-X-Sender: zwane@montezuma.mastecende.com To: Alan Cox cc: Arnaldo Carvalho de Melo , Steven Cole , Linux Kernel Mailing List Subject: Re: Question about style when converting from K&R to ANSI C. In-Reply-To: <1054473242.5862.2.camel@dhcp22.swansea.linux.org.uk> Message-ID: References: <1054446976.19557.23.camel@spc> <20030601063946.GF10719@conectiva.com.br> <1054473242.5862.2.camel@dhcp22.swansea.linux.org.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1225 Lines: 34 On Sun, 1 Jun 2003, Alan Cox wrote: > On Sul, 2003-06-01 at 07:43, Zwane Mwaikambo wrote: > > --- linux-2.5/scripts/Lindent 31 May 2003 18:57:19 -0000 1.16 > > +++ linux-2.5/scripts/Lindent 1 Jun 2003 05:46:02 -0000 > > @@ -1,2 +1,2 @@ > > #!/bin/sh > > -indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@" > > +indent -kr -i8 -ts8 -sob -l80 -ss -bs "$@" > > Take out the -l80 as well, it makes indent do horrific things to code, > and mangled 80 column wrapping is not the normal Linux style It shan't be missed ;) Index: linux-2.5/scripts/Lindent =================================================================== RCS file: /home/cvs/linux-2.5/scripts/Lindent,v retrieving revision 1.16 diff -u -p -B -r1.16 Lindent --- linux-2.5/scripts/Lindent 31 May 2003 18:57:19 -0000 1.16 +++ linux-2.5/scripts/Lindent 1 Jun 2003 18:12:43 -0000 @@ -1,2 +1,2 @@ #!/bin/sh -indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@" +indent -kr -i8 -ts8 -sob -ss -bs "$@" -- function.linuxpower.ca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/