]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.cpp
de.po
[lyx.git] / src / mathed / InsetMathXArrow.cpp
index 30cce8a8eb14bc4b95f58b085822acd2e6f98b71..55f2665dad72dc7abc04a55f1f1fc0fedc66bc28 100644 (file)
@@ -88,7 +88,7 @@ void InsetMathXArrow::normalize(NormalStream & os) const
 void InsetMathXArrow::mathmlize(MathStream & ms) const
 {
        char const * arrow;
-       
+
        if (name_ == "xleftarrow")
                arrow = "←";
        else if (name_ == "xrightarrow")