Removed unnecessary newlines.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1283,14 +1283,14 @@ bool wxRichTextXMLHandler::WriteProperties(wxOutputStream& stream, const wxRichT
|
|||||||
OutputString(stream, wxT("<property name=\"") + name +
|
OutputString(stream, wxT("<property name=\"") + name +
|
||||||
wxT("\" type=\"") + var.GetType() + wxT("\" value=\""));
|
wxT("\" type=\"") + var.GetType() + wxT("\" value=\""));
|
||||||
OutputStringEnt(stream, value);
|
OutputStringEnt(stream, value);
|
||||||
OutputString(stream, wxT("\"/>\n"));
|
OutputString(stream, wxT("\"/>"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
level --;
|
level --;
|
||||||
|
|
||||||
OutputIndentation(stream, level);
|
OutputIndentation(stream, level);
|
||||||
OutputString(stream, wxT("</properties>\n"));
|
OutputString(stream, wxT("</properties>"));
|
||||||
|
|
||||||
level --;
|
level --;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user