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

Improve formatting of braced lists.

Before: vector<int> v{ -1};
After:  vector<int> v{-1};
llvm-svn: 182597
parent e7a50016
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