
On Wed, 20 May 2009, Steven Watanabe wrote:
AMDG
Jeremiah Willcock wrote:
On Wed, 20 May 2009, Eric Niebler wrote:
Jeremiah Willcock wrote:
Since tabs in source files and min/max guideline violations are so easy to correct, is it OK if I just fix them in all libraries (except for the inspection tool's examples)? I will not do any that appear to be intentional or that would change the meaning of the code. Do I have permission to do that and just commit the changes?
That's fine by me. And let me also say: thanks!
I've done most of these. I also filed a bug about the inspect tool reporting min/max problems in comments; strings might also need to be skipped although I put extra quotes in the one example that had that issue.
I just changed the regex to filter out all comments and strings.
Thank you. That fixes all of the issues in the trunk, except boost/property_tree/detail/pugxml.hpp (which I assume is third-party code) and the two files I mentioned earlier that might have intentional tabs: libs/property_tree/test/test_json_parser.cpp: *Tab* libs/property_tree/test/xml_parser_test_data.hpp: *Tab* -- Jeremiah Willcock