26 Mar
2008
26 Mar
'08
10:42 a.m.
Trailing whitespace: trailing whitespace after a backslash causes an error (the line is not continued as expected). Such whitespace must not exist. I'm not sure if there are other trailing whitespace issues that were being caught by this check. If not, the check could be reduced to catching trailing whitespace following a backslash.
Agreed, that's maybe a good idea. It seems to be hard to eliminate problems which lint warns about beforehand. To give you just one example, the last 2 commits on "my" port libsvm were done by you, and I got a lint warning each time, for an empty line containing a space. -- Florian Ebeling florian.ebeling@gmail.com