Ok, I'll fix the code style this weekend. We only have 54 source files.
Not hard to fix manually since I have "Convert spaces to tabs" in
TextMate :)
Knut
Curt Arnold wrote:
If you do formatting changes, I'd suggest doing it as an independent
commit not intermixed with any functional changes. I think doing
automated processing on the code base and doing it as one fell swoop
either at the start of a development cycle or at the end is better
than reformatting incrementally. Best to minimize having formatting
changes obscure the functional changes to a code base.