scripts/Lindent: support gnu indent v2.2.10
authorJoe Perches <joe@perches.com>
Tue, 29 Apr 2008 07:59:31 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:04 +0000 (08:06 -0700)
commitee8900c9c7cc92db02b7edfa26ae3b2c9b2434f9
tree3c680daa88d8c8c5940c272f18c1f810f1aa2b05
parent3a8ca95e9d62980fd3b41165ec05032c63ce21da
scripts/Lindent: support gnu indent v2.2.10

The new version of indent supports positioning labels in column 1
using "-il0"

http://www.nabble.com/Release-2.2.10-of-GNU-Indent-td15990700.html

Add "-il0" if indent version >= 2.2.10

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/Lindent