Correct small whitespace inconsistency, lost while renaming variables.
1 function testUndemoteLateGlobalSlots() {
2 for each (aaa in ["", "", 0/0, ""]) {
4 for each (bbb in [0, "", aaa, "", 0, "", 0/0]) {
11 assertEq(testUndemoteLateGlobalSlots(), "ok");