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

clang-format: Fix bad space before braced initializer.

Before:
  new int {1};

After:
  new int{1};

llvm-svn: 208168
parent 3819f028
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment