[PATCH] clang-format: Fix space between generic type parameter and square bracket
Harry Terkelsen
het at google.com
Tue Nov 18 15:09:56 PST 2014
Hi djasper,
Before
```
public Foo<X, Y> [] foos;
```
After
```
public Foo<X, Y>[] foos;
```
http://reviews.llvm.org/D6314
Files:
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJava.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6314.16352.patch
Type: text/x-patch
Size: 944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141118/d3ab62a6/attachment.bin>
More information about the cfe-commits
mailing list