Skip to content
Commit 6761b42b authored by Daniel Jasper's avatar Daniel Jasper
Browse files

clang-format: Fix space between generic type parameter and square

bracket

Before:
  public Foo<X, Y> [] foos;

After:
  public Foo<X, Y>[] foos;

Patch by Harry Terkelsen. Thank you!

llvm-svn: 222283
parent e15f86cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment