diff --git a/index.html b/index.html index 7c844099d..12b201cea 100755 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + + output.print(" "); + } else { + // the space is optional depending on "beautify" + output.space(); + } + output.print(op); + if ((op == "<" || op == "<<") && self.right instanceof AST_UnaryPrefix && self.right.operator == "!" && self.right.expression instanceof AST_UnaryPrefix && self.right.expression.operator == "--") { // space is mandatory to avoid outputting