Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D30883
This commit is contained in:
Sylvestre Ledru
2019-05-24 09:59:17 +00:00
parent 583270d723
commit 10a773a4ca
159 changed files with 564 additions and 591 deletions

View File

@@ -275,7 +275,7 @@ JS::Result<FunctionBox*> BinASTParserPerTokenizer<Tok>::buildFunctionBox(
traceListHead_ = funbox;
if (pc_) {
funbox->initWithEnclosingParseContext(pc_, fun,syntax);
funbox->initWithEnclosingParseContext(pc_, fun, syntax);
} else {
funbox->initFromLazyFunction(fun);
}