]> git.lyx.org Git - features.git/blobdiff - src/sgml.cpp
Whitespace cleanup
[features.git] / src / sgml.cpp
index a9fc1ca8480be3f730b977980e8dc17055fdef69..ff84339a376b4e90b3cb8d59bd142060592b5832 100644 (file)
@@ -181,7 +181,7 @@ docstring sgml::cleanID(Buffer const & buf, OutputParams const & runparams,
 
 void sgml::openTag(odocstream & os, string const & name, string const & attribute)
 {
-        // FIXME UNICODE
+       // FIXME UNICODE
        // This should be fixed in layout files later.
        string param = subst(attribute, "<", "\"");
        param = subst(param, ">", "\"");