diff options
author | Daniel Jasper <djasper@google.com> | 2016-01-09 15:56:53 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2016-01-09 15:56:53 +0000 |
commit | 417fc81540b529f51649ba0ce82489e496b70ace (patch) | |
tree | f9c4d2c34d15859bf1ffbbd6aa0ef833df90cc8f /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 00693b08cf09af29bf3d0149538cfcf29bbf15a6 (diff) | |
download | bcm5719-llvm-417fc81540b529f51649ba0ce82489e496b70ace.tar.gz bcm5719-llvm-417fc81540b529f51649ba0ce82489e496b70ace.zip |
clang-format: Improve selective comment formatting.
Starting here:
int x; // Format this line only.
int xx; //
int xxxxx; //
Before:
int x; // Format this line only.
int xx; //
int xxxxx; //
After:
int x; // Format this line only.
int xx; //
int xxxxx; //
llvm-svn: 257258
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions