mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-20 16:57:34 +01:00
ExtMXSerializer.startDocument(): new line depends on serializer setup.
This commit is contained in:
parent
d42798fd92
commit
ac1bc7ca54
@ -29,7 +29,7 @@ public class ExtMXSerializer extends MXSerializer {
|
||||
public void startDocument(String encoding, Boolean standalone) throws
|
||||
IOException, IllegalArgumentException, IllegalStateException {
|
||||
super.startDocument(encoding != null ? encoding : "UTF-8", standalone);
|
||||
super.out.write(System.getProperty("line.separator"));
|
||||
super.out.write(lineSeparator);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user