diff options
author | Daniel Jasper <djasper@google.com> | 2013-03-20 12:37:50 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-03-20 12:37:50 +0000 |
commit | f9955d309d3de328e65563baf2d34571249dccbb (patch) | |
tree | 431784fb461fc7b662bbb7143b934b3ea0c12ecc /lib/CodeGen/CodeGenFunction.cpp | |
parent | bcca7e484117f3155ff98f9560996e760ca4f786 (diff) |
Add extra indentation for multiline comparisons.
This seems to be generally more desired.
Before:
if (aaaaaaaa &&
bbbbbbbb >
cccccccc) {}
After:
if (aaaaaaaa &&
bbbbbbbb >
cccccccc) {}
Also: Some formatting cleanup on clang-format's files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions