This patch just removes whitespace at the end of each line.
It only modifies source files related to static analyzer.
Details
Diff Detail
Event Timeline
Note: I am not the owner of this code but to me, this should be committed without a review.
We generally don't do large whitespace changes like this because of issue
with version control (not all told are whitespace ignorant which makes
history work difficult).
I don't mind these changes personally, but it should get sign of from Ted
or similar first.
I agree that it would be difficult to trace the history of svn or git.
But I wrote this patch because it would be better to have cleaner source code.
If we don't make whitespace in the future changes, it would be okay to trace the history in the long term.
I don't mind these changes personally, but it should get sign of from Ted
or similar first.
I know it can be just a matter of preference, so someone who is in charge of this code can make decision.
I'm also okay if they don't accept this patch.
Thanks for the comment.
I am OK with taking these changes. For those using git, git blame -w should suffice to show the real blame history.