summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/FormatManager.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-02-07 10:09:46 +0000
committerDaniel Jasper <djasper@google.com>2014-02-07 10:09:46 +0000
commit9cc3e97685c749a2040fcfb1aba2288349346102 (patch)
treee14969fc9384a2708e34b8c8fa7d2838c4ac9700 /lldb/source/DataFormatters/FormatManager.cpp
parent97b711a23f105890a1f3493ef3df397e52910dda (diff)
downloadbcm5719-llvm-9cc3e97685c749a2040fcfb1aba2288349346102.tar.gz
bcm5719-llvm-9cc3e97685c749a2040fcfb1aba2288349346102.zip
clang-format: Fix range-based for-loop formatting.
Before: for (aaaaaaaaa aaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaa.aaaaaaaaaaaa() .aaaaaaaaa() .a()) { } After: for (aaaaaaaaa aaaaaaaaaaaaaaaaaaaaa : aaaaaaaaaaaa.aaaaaaaaaaaa().aaaaaaaaa().a()) { } llvm-svn: 200968
Diffstat (limited to 'lldb/source/DataFormatters/FormatManager.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud