-RM-412-MR-Stylechecker does not complain on braces without a separating space
In revision 020c40921e37 I introduced a (true ==
where it should have been a ( true ==
according to our style guidelines. However, our stylechecker did not complain on that. Instead he complained falsely about wrong include order in WQtGUI.cpp:
/Users/math/repos/ow/src/qtgui/WQtGui.cpp:37: Found C system header after other header. Should be: WQtGui.h, c system, c++ system, other. [build/include_order] [4]
(from redmine: created on 2015-08-17)