diff options
author | Daniel Jasper <djasper@google.com> | 2015-03-19 09:40:16 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-03-19 09:40:16 +0000 |
commit | 414c9c6fb07a8917d8c180c42d006a9729c65057 (patch) | |
tree | 55fb8113d9c8a357a93fc4ce1277eb452db6a2bd /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | d0c480b04c60d0288a44f56aa0d4e48d6bccf63f (diff) | |
download | llvm-414c9c6fb07a8917d8c180c42d006a9729c65057.zip llvm-414c9c6fb07a8917d8c180c42d006a9729c65057.tar.gz llvm-414c9c6fb07a8917d8c180c42d006a9729c65057.tar.bz2 |
clang-format: Fix another bug in wrapping around "*".
Before:
void aaaaa(
aaaaaaaaaaaa* aaaaaaaaaaaaaa) {} // even violation the column limit
After:
void aaaaa(aaaaaaaaaaaa*
aaaaaaaaaaaaaa) {}
llvm-svn: 232717
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions