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

clang-format: Fix ObjC block as first call parameter formatting.

Before:
  foo (^{ bar(); });
After:
  foo(^{ bar(); });

llvm-svn: 199573
parent 62fd6778
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