2
0
Эх сурвалжийг харах

Merge pull request #4193 from larsiusprime/patch-1

Update Printer.hx
Simon Krajewski 10 жил өмнө
parent
commit
fcce2f0fa0

+ 2 - 2
std/haxe/xml/Printer.hx

@@ -103,7 +103,7 @@ class Printer {
 
 	inline function newline() {
 		if (pretty) {
-			output.add("");
+			output.add("\n");
 		}
 	}
 
@@ -121,4 +121,4 @@ class Printer {
 		}
 		return false;
 	}
-}
+}