summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Section.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2014-09-29 07:54:54 +0000
committerDaniel Jasper <djasper@google.com>2014-09-29 07:54:54 +0000
commit1779d438bc389f0cb67ecd3d9fed7d13bca7db39 (patch)
tree0c9708a4ab56fe5bdc63529a54d7d5612811c6bd /lldb/source/Core/Section.cpp
parente598d7b01dcfec4387156b7b3c0aa3257b049f83 (diff)
downloadbcm5719-llvm-1779d438bc389f0cb67ecd3d9fed7d13bca7db39.tar.gz
bcm5719-llvm-1779d438bc389f0cb67ecd3d9fed7d13bca7db39.zip
clang-format: [JS] Improve formatting of function literals in chains
Before: getSomeLongPromise(.....) .then( function(value) { body(); body(); }) .thenCatch(function(error) { body(); body(); }); After: getSomeLongPromise(.....) .then(function(value) { body(); body(); }) .thenCatch(function(error) { body(); body(); }); llvm-svn: 218595
Diffstat (limited to 'lldb/source/Core/Section.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud