bruce-visscher
Results
1
issues of
bruce-visscher
Given this defintion in foo.h: ```c++ class A { class B { }; }; ``` When I format this using ```bash google-astyle --style=linux foo.h ``` Then the opening brace for...