Before
public Foo<X, Y> [] foos;
After
public Foo<X, Y>[] foos;
Paths
| Differential D6314
clang-format: Fix space between generic type parameter and square bracket ClosedPublic Authored by het on Nov 18 2014, 3:09 PM.
Details
Diff Detail Event Timelinehet added a parent revision: D6297: Add option to disable alignment after opening bracket.Nov 18 2014, 3:10 PM This revision is now accepted and ready to land.Nov 18 2014, 3:15 PM
Revision Contents
Diff 16352 lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJava.cpp
|