Skip to content
Snippets Groups Projects
Commit 4129f397 authored by David Conner's avatar David Conner
Browse files

cleanup whitespace indents in manifest

parent 8c5ffe88
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,12 @@ IO.ManifestGenerator = new (function() {
content += " <description>\n";
var lines = Behavior.getBehaviorDescription().split("\n")
for (var i = 0; i < lines.length; i++) {
if (lines[i].length == 0) {
content += "\n";
} else {
content += " " + lines[i] + "\n";
}
}
content += " </description>\n";
content += "\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment