]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.cpp
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathPhantom.cpp
index 583e9f0b899ea7773a9db9cba8f645337e662062..fcb0bc50f134de38b920536d871c4f86e2b6e061 100644 (file)
@@ -378,8 +378,8 @@ void InsetMathPhantom::validate(LaTeXFeatures & features) const
 }
 
 
-bool InsetMathPhantom::visibleContents() const 
-{ 
+bool InsetMathPhantom::visibleContents() const
+{
        return kind_ == phantom || kind_ == vphantom || kind_ == hphantom;
 }