diff options
author | Daniel Jasper <djasper@google.com> | 2015-12-21 18:31:15 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-12-21 18:31:15 +0000 |
commit | eb65e912aaa0cb0bb7adf138495f3e25fb2ecdf6 (patch) | |
tree | 146c6e7dde2bfebec447e5008736aed6662a17e9 /lldb/packages/Python/lldbsuite/test/python_api/thread | |
parent | 3e88a3200ce111ee6491fedd5a48c5308afc3cad (diff) | |
download | bcm5719-llvm-eb65e912aaa0cb0bb7adf138495f3e25fb2ecdf6.tar.gz bcm5719-llvm-eb65e912aaa0cb0bb7adf138495f3e25fb2ecdf6.zip |
clang-format: Properly set the BlockKind for more blocks.
Before:
void f() { struct Dummy { };
f();
}
After:
void f() {
struct Dummy {};
f();
}
llvm-svn: 256175
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions