]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathXYMatrix.cpp
index 7c6781104ac58ec34621870fbe2bbd6ae697c148..79a5a76551049673f4284ee85ca50e173b1a98d6 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <ostream>
 
-
 namespace lyx {
 
 
@@ -54,6 +53,7 @@ void InsetMathXYMatrix::metrics(MetricsInfo & mi, Dimension & dim) const
 
 void InsetMathXYMatrix::write(WriteStream & os) const
 {
+       MathEnsurer ensurer(os);
        os << "\\xymatrix";
        switch (spacing_code_) {
        case 'R':