]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
Properly communicate forced encodings
[lyx.git] / src / insets / InsetSpace.cpp
index 6593d045deee24cb593fcd2a01ac346fb9517844..2a709c4b0edf28c15fb3d070c02fe5b49a16a2b7 100644 (file)
@@ -831,7 +831,7 @@ docstring InsetSpace::xhtml(XHTMLStream & xs, OutputParams const &) const
 void InsetSpace::validate(LaTeXFeatures & features) const
 {
        if (params_.kind == InsetSpaceParams::NEGMEDIUM ||
-           params_.kind == InsetSpaceParams::NEGTHICK) 
+           params_.kind == InsetSpaceParams::NEGTHICK)
                features.require("amsmath");
 }