Brace style fascism.
git-svn-id: svn://10.0.0.236/trunk@151782 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2813,8 +2813,9 @@ PrimaryExpr(JSContext *cx, JSTokenStream *ts, JSTreeContext *tc)
|
||||
/* So CURRENT_TOKEN gets TOK_COMMA and not TOK_LB. */
|
||||
js_MatchToken(cx, ts, TOK_COMMA);
|
||||
pn2 = NewParseNode(cx, &CURRENT_TOKEN(ts), PN_NULLARY, tc);
|
||||
} else
|
||||
} else {
|
||||
pn2 = AssignExpr(cx, ts, tc);
|
||||
}
|
||||
if (!pn2)
|
||||
return NULL;
|
||||
PN_APPEND(pn, pn2);
|
||||
|
||||
Reference in New Issue
Block a user