Il giorno mer, 04/06/2008 alle 09.08 -0600, Tom Tromey ha scritto: > Some of the indentation seems wrong to me, though I always find it a > bit hard to tell due to diffs making tabs look weird.
I don't know if I say a popular thing or not, but please, expand your tabs into spaces, it makes the whole code readable when I look at it using cat and less, sometime is quite hard to understand, especially when we have no brace code like: if (true) doWhatever(); else someThingSeriouslyScrewedIfImHere(); It becomes sometime, for example like: if (true) doWhatever(); else someThingSeriouslyScrewedIfImHere(); due to werid mix of tabs and spaces Thanks, Mario