Fix CSC & XML export to match .gitattributes
This commit is contained in:
parent
bf41de1be5
commit
f2440235b5
76 changed files with 35465 additions and 35463 deletions
|
@ -3480,7 +3480,9 @@ public class Cooja extends Observable {
|
|||
}
|
||||
|
||||
XMLOutputter outputter = new XMLOutputter();
|
||||
outputter.setFormat(Format.getPrettyFormat());
|
||||
Format fmt = Format.getPrettyFormat();
|
||||
fmt.setLineSeparator("\n");
|
||||
outputter.setFormat(fmt);
|
||||
outputter.output(doc, out);
|
||||
out.close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue