Correct small whitespace inconsistency, lost while renaming variables.
2 // Test reduce elemental fun args
4 var r = p.scanPar(function (a, b) {
5 assertEq(a >= 1 && a <= 4, true);
6 assertEq(b >= 1 && b <= 4, true);
11 if (getBuildConfiguration().parallelJS)