Gavin wrote:
> From: David Crossley
> > 
> > Please keep consistent with whitespace.
> >
> > http://forrest.apache.org/howto-dev.html#whitespace
> 
> Thanks, I try to, my vim has a mind of its own sometimes, maybe an upgrade
> will cure its rebellion.

Might be a configuration and usage thing.
Perhaps you have tabs set to 8-spaces and sometimes
you use tabs. Editor configuration is tricky in an
open source environment. Personally i just follow what
is in existing files, and do manual indenting.

It is good practice to do 'svn diff ...' before commit
to ensure no unnecessary changes.

-David