summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-11-02 20:02:49 +0000
committerDaniel Jasper <djasper@google.com>2015-11-02 20:02:49 +0000
commitf83834feb15845bb85cefa892efcad7ec3d07e2c (patch)
treead726f1b3ccd1db05710bc0998bfeefc242de9cc /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp
parent2297a9142e13f84cc7102ed722922ba21511d7b6 (diff)
downloadbcm5719-llvm-f83834feb15845bb85cefa892efcad7ec3d07e2c.tar.gz
bcm5719-llvm-f83834feb15845bb85cefa892efcad7ec3d07e2c.zip
clang-format: Simplify and improve stop condition for formatting
unaffected lines with incorrect initial indent. Starting from: namespace { int i; // There shouldn't be indentation here. int j; // <- call clang-format on this line. } Before: namespace { int i; int j; } After: namespace { int i; int j; } llvm-svn: 251824
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud