diff options
author | Daniel Jasper <djasper@google.com> | 2016-02-07 22:17:13 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-02-07 22:17:13 +0000 |
commit | 9f4c9d418f549b45b654eb98cacc7c40cca8e522 (patch) | |
tree | 650c5c3f7ea6f983b3eca41478e623a0848f993c /lldb/packages/Python/lldbsuite/test/python_api/thread | |
parent | d64186f5dad36c419d95dc76130c74b76ca59892 (diff) | |
download | bcm5719-llvm-9f4c9d418f549b45b654eb98cacc7c40cca8e522.tar.gz bcm5719-llvm-9f4c9d418f549b45b654eb98cacc7c40cca8e522.zip |
clang-format: [JS] Don't count shortened object literals as blocks.
Before:
f({a},
() => {
g(); //
});
After:
f({a}, () => {
g(); //
});
llvm-svn: 260060
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions