]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xyarrowinset.C
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / mathed / math_xyarrowinset.C
index 522d3e0d8c2e361ea7ef041b251f5b7c30dbbee9..dab2b5852e927fd4b324658777862f4551b045c8 100644 (file)
@@ -61,7 +61,7 @@ MathArray const & MathXYArrowInset::targetCell() const
                       << "target: n: " << n << " out of range" << endl;
                n = 0;
        }
-  return p->cell(n);
+       return p->cell(n);
 #else
        static MathArray dummy;
        return dummy;
@@ -72,7 +72,7 @@ MathArray const & MathXYArrowInset::targetCell() const
 MathArray const & MathXYArrowInset::sourceCell() const
 {
 #if 0
-  return targetMatrix()->cell(mi_.idx);
+       return targetMatrix()->cell(mi_.idx);
 #else
        static MathArray dummy;
        return dummy;