]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCancel.cpp
Fixes to input method handling
[lyx.git] / src / mathed / InsetMathCancel.cpp
index 098f2a8af9f6a5ac81bb9ee4d3aaf2f5b306d761..25728a3680ac40e64a765b1e1d05ac1823779d2b 100644 (file)
@@ -144,12 +144,12 @@ void InsetMathCancel::mathmlize(MathStream & os) const
        case cancel:
                os << MTag("menclose", "notation='updiagonalstrike'")
                   << cell(0)
-                  << ETag("menclose"); 
+                  << ETag("menclose");
                break;
        case bcancel:
                os << MTag("menclose", "notation='downdiagonalstrike'")
                   << cell(0)
-                  << ETag("menclose"); 
+                  << ETag("menclose");
                break;
        case xcancel:
                os << MTag("menclose", "notation='updiagonalstrike'")