diff options
author | Daniel Jasper <djasper@google.com> | 2017-02-02 08:30:21 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2017-02-02 08:30:21 +0000 |
commit | c3aa05c01be2661cb3583f47aa7265ec366906e6 (patch) | |
tree | 1311b4c0effc9e5d31fc9f60b20adec0df580f7d /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | |
parent | 3b008536f3c8d398f4359f4c47e4a9721b11ad08 (diff) | |
download | bcm5719-llvm-c3aa05c01be2661cb3583f47aa7265ec366906e6.tar.gz bcm5719-llvm-c3aa05c01be2661cb3583f47aa7265ec366906e6.zip |
clang-format: Do not use two-argument/operand special case with no alignment
Without alignment, there is no clean separation between the arguments, even if
there are only two.
Before:
aaaaaaaaaaaaaa(
aaaaaaaaaaaa, aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);
After:
aaaaaaaaaaaaaa(aaaaaaaaaaaa,
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa);
llvm-svn: 293875
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h')
0 files changed, 0 insertions, 0 deletions