]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathScript.cpp
Whitespace cleanup
[features.git] / src / mathed / InsetMathScript.cpp
index ebb90bad29b767ca60b975bd3cb2685db2b68190..3773f1dcc83f14698f9e47092680e9760c9badc6 100644 (file)
@@ -340,7 +340,7 @@ void InsetMathScript::draw(PainterInfo & pi, int x, int y) const
        else {
                nuc().setXY(*pi.base.bv, x + dxx(), y);
                if (editing(pi.base.bv))
-                        pi.draw(x + dxx(), y, char_type('.'));
+                       pi.draw(x + dxx(), y, char_type('.'));
        }
        ScriptChanger dummy(pi.base);
        if (hasUp())