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 +
|
||||
wxT("\" type=\"") + var.GetType() + wxT("\" value=\""));
|
||||
OutputStringEnt(stream, value);
|
||||
OutputString(stream, wxT("\"/>\n"));
|
||||
OutputString(stream, wxT("\"/>"));
|
||||
}
|
||||
}
|
||||
|
||||
level --;
|
||||
|
||||
OutputIndentation(stream, level);
|
||||
OutputString(stream, wxT("</properties>\n"));
|
||||
OutputString(stream, wxT("</properties>"));
|
||||
|
||||
level --;
|
||||
}
|
||||
|
Reference in New Issue
Block a user