diff options
author | Daniel Jasper <djasper@google.com> | 2015-05-13 08:47:16 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-05-13 08:47:16 +0000 |
commit | 0ad2814c89b3a1033079dc3848e252955897abd6 (patch) | |
tree | 5a81cae213b39e4f134a4fd628a803c73ded90e6 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | |
parent | aba4a34ef23873e66aba9848bdbe5a6fcfbc4705 (diff) | |
download | bcm5719-llvm-0ad2814c89b3a1033079dc3848e252955897abd6.tar.gz bcm5719-llvm-0ad2814c89b3a1033079dc3848e252955897abd6.zip |
clang-format: Prefer formatting local lambdas like functions.
Before:
auto my_lambda =
[](const string &some_parameter) { return some_parameter.size(); };
After:
auto my_lambda = [](const string &some_parameter) {
return some_parameter.size();
};
llvm-svn: 237235
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
0 files changed, 0 insertions, 0 deletions