Correct small whitespace inconsistency, lost while renaming variables.
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/licenses/publicdomain/
6 var v = [0, 0x7fffffff];
10 assertEq(v[1], 0x7fffffff);
16 assertEq(v[1], 0x7fffffff);