nit: add missing space

git-svn-id: svn://10.0.0.236/trunk@233033 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nboyd%atg.com
2007-08-24 20:17:21 +00:00
parent e6b8c08b40
commit 1918bf3cdf

View File

@@ -579,7 +579,7 @@ final class IRFactory
assign = createDestructuringAssignment(declType, lvalue, id);
int len = assign.getIntProp(Node.DESTRUCTURING_ARRAY_LENGTH, 0);
if (!isForEach && (destructuring == Token.OBJECTLIT ||
destructuringLen!= 2))
destructuringLen != 2))
{
// destructuring assignment is only allowed in for..each or
// with an array type of length 2 (to hold key and value)