Before
public final<X> Foo foo() {
}
public abstract<X> Foo foo();After
public final <X> Foo foo() {
}
public abstract <X> Foo foo();Paths
| Differential D6345
clang-format: [Java] support Java modifiers ClosedPublic Authored by het on Nov 20 2014, 3:07 PM.
Details
Summary Before public final<X> Foo foo() {
}
public abstract<X> Foo foo();After public final <X> Foo foo() {
}
public abstract <X> Foo foo();
Diff Detail Event Timelinehet updated this object. This revision is now accepted and ready to land.Nov 21 2014, 4:19 AM
Revision Contents
Diff 16454 lib/Format/FormatToken.h
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJava.cpp
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||