Ok, I'm stumped.
I got hit by the "must run indent first!" check duane added.
So, I do, on a file (say acl.c..)
I end up with most of the file changing.
After staring at it for a few minutes I realise that the version
of ident might be different. So I get the gindent binary off
squid-cache.org (which is 1.9.1), re-run indent on acl.c, and
end up with a 4000 line diff fixing up indents.
Considering it was "indented" only three days ago, I'm stumped.
I've ssh'ed to squid-cache.org and done the commit from there
and gindent seems to do the right thing and only give me
a small diff.
Help? :)
This is the script I'm using:
#!/bin/sh
INDENT="/home/adrian/bin/gindent-1.9.1"
INDENTOPTS="-br -ce -i4 -ci4 -l80 -nlp -npcs -npsl -d0 -sc -di0 -psl"
if [ "$1" = "" ]; then
echo "Need a filename!"
exit;
fi
$INDENT $INDENTOPS $1 $2 $3 $4
-- Adrian Chadd "Here's five for the cake, and <adrian@creative.net.au> five to buy a clue." - Ryan, Whatever it TakesReceived on Fri Jan 05 2001 - 02:44:13 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:13:10 MST