aboutsummaryrefslogtreecommitdiff
path: root/lldb/scripts/Python/finishSwigPythonLLDB.py
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-09-12 16:35:28 +0000
committerDaniel Jasper <djasper@google.com>2014-09-12 16:35:28 +0000
commitd6f17d83a38c4e41b63cfb91aa115b6dcac78c34 (patch)
tree00f965f5f0d05b3c69555e076965bfb2b1863a6c /lldb/scripts/Python/finishSwigPythonLLDB.py
parente9ead73cdbb004d6ae879db904cab1e0a8a47464 (diff)
downloadllvm-d6f17d83a38c4e41b63cfb91aa115b6dcac78c34.zip
llvm-d6f17d83a38c4e41b63cfb91aa115b6dcac78c34.tar.gz
llvm-d6f17d83a38c4e41b63cfb91aa115b6dcac78c34.tar.bz2
clang-format: Improve line breaks at function calls.
Before: EXPECT_CALL(SomeObject, SomeFunction(Parameter)).Times(2).WillRepeatedly( Return(SomeValue)); After: EXPECT_CALL(SomeObject, SomeFunction(Parameter)) .Times(2) .WillRepeatedly(Return(SomeValue)); llvm-svn: 217687
Diffstat (limited to 'lldb/scripts/Python/finishSwigPythonLLDB.py')
0 files changed, 0 insertions, 0 deletions