summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-05-28 09:11:53 +0000
committerDaniel Jasper <djasper@google.com>2014-05-28 09:11:53 +0000
commit335ff26631b142d56b2954e37c51c2a979a34c53 (patch)
treea91bc5e2587ea14e23860f1561856f004a2ead14 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent82ee0433da3c2d2f2eb9f46f80c463f71bb75c29 (diff)
clang-format: Format array and dict literals similar to blocks.
Especially, reduce the amount of indentation if it doesn't increase readability. Before: NSMutableDictionary* dictionary = [NSMutableDictionary dictionaryWithDictionary:@{ aaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaa, bbbbbbbbbbbbbbbbbb : bbbbb, cccccccccccccccc : ccccccccccccccc }]; After: NSMutableDictionary* dictionary = [NSMutableDictionary dictionaryWithDictionary:@{ aaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaaa, bbbbbbbbbbbbbbbbbb : bbbbb, cccccccccccccccc : ccccccccccccccc }]; llvm-svn: 209720
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions