diff options
author | Daniel Jasper <djasper@google.com> | 2014-11-21 13:38:53 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-11-21 13:38:53 +0000 |
commit | 4b444495ed95c433d8a4fa757ac4db37d6b71d4d (patch) | |
tree | 89bf3acea2bc48fbb4b6df69b94521a369d05e3f /lldb/scripts/Python/finishSwigPythonLLDB.py | |
parent | 45bac8d4e8cba53abf6476417233fa7d7eb7b45c (diff) | |
download | bcm5719-llvm-4b444495ed95c433d8a4fa757ac4db37d6b71d4d.tar.gz bcm5719-llvm-4b444495ed95c433d8a4fa757ac4db37d6b71d4d.zip |
clang-format: Use nested block special case for all languages.
Previously this was only used for JavaScript.
Before:
functionCall({
int i;
int j;
},
aaaa, bbbb, cccc);
After:
functionCall({
int i;
int j;
}, aaaa, bbbb, cccc);
llvm-svn: 222531
Diffstat (limited to 'lldb/scripts/Python/finishSwigPythonLLDB.py')
0 files changed, 0 insertions, 0 deletions