"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "8780ecbbacc19d595c6c92348d2d5d951817fde5"
clang-format: Make braced list formatting more consistent.
Before: Aaaa aaaaaaaaaaa{ { a, // +1 indent weird. b, // trailing comma signals one per line. }, // trailing comma signals one per line. }; After: Aaaa aaaaaaaaaaa{ { a, // better!? b, // trailing comma signals one per line. }, // trailing comma signals one per line. }; Interesting that this apparently was entirely untested :-(. llvm-svn: 230627
Loading
Please register or sign in to comment