]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_data.C
small up/down tweaking
[lyx.git] / src / mathed / math_data.C
index 0d4a65fa3093948644165f5237e8845c4b034ebe..757b5d0a6fde06f6a0c199a390869d91bd8c0937 100644 (file)
@@ -113,7 +113,7 @@ void MathArray::dump() const
 {
        NormalStream ns(lyxerr);
        for (const_iterator it = begin(); it != end(); ++it)
-               ns << "<" << *it << ">";
+               ns << '<' << *it << '>';
 }
 
 
@@ -275,7 +275,7 @@ void MathArray::drawT(TextPainter & pain, int x, int y) const
 {
        //if (drawn_ && x == xo_ && y == yo_)
        //      return;
-       //lyxerr << "x: " << x << " y: " << y << " " << pain.workAreaHeight() << endl;
+       //lyxerr << "x: " << x << " y: " << y << ' ' << pain.workAreaHeight() << endl;
        xo_    = x;
        yo_    = y;
        drawn_ = true;