Re: Question about style when converting from K&R to ANSI C.

Zwane Mwaikambo (zwane@linuxpower.ca)
Sun, 1 Jun 2003 02:43:27 -0400 (EDT)


On Sun, 1 Jun 2003, Arnaldo Carvalho de Melo wrote:

> > The above should be straightforward, but if there are any problems with
> > that, please holler. I'll be sending patches through the maintainers
> > soon.
>
> Perfect!

Why not just do this then;

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 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 "$@"

-- 
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/