Commit 3def08b4 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Re-run clang-format

Also, set "AlignOperands: true" to continue getting that behavior.
parent bf42fc79
......@@ -2,6 +2,7 @@ BasedOnStyle: WebKit
AccessModifierOffset: -4
AlignAfterOpenBracket: true # new in clang rev 222284
AlignOperands: true # new in clang rev 223117
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
......
......@@ -903,8 +903,7 @@ void Rewriter::commitReturning(RewriterVar* var) {
addAction([=]() {
var->getInReg(getReturnDestination(), true /* allow_constant_in_reg */);
var->bumpUse();
},
{ var }, ActionType::NORMAL);
}, { var }, ActionType::NORMAL);
commit();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment