]> git.lyx.org Git - features.git/commitdiff
Still white space.
authorEnrico Forestieri <forenr@lyx.org>
Mon, 31 May 2010 23:12:07 +0000 (23:12 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 31 May 2010 23:12:07 +0000 (23:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34562 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathData.cpp

index f7eb757ec36f8dde216ef48f4bbd72940d639c9f..fe0be267a52e53c0a12ad4c635dcc2a75c6df4e2 100644 (file)
@@ -654,7 +654,7 @@ void MathData::attachMacroParameters(Cursor * cur,
                // go into the script inset nucleus
                if (cur && thisPos == int(macroPos))
                        cur->append(0, 0);
-               
+
                // get pointer to "deep" copied macro inset
                InsetMathScript * scriptInset 
                = operator[](macroPos).nucleus()->asScriptInset();
@@ -671,7 +671,7 @@ void MathData::attachMacroParameters(Cursor * cur,
        // fix cursor if right of p
        if (thisPos >= int(p))
                (*cur)[thisSlice].pos() -= p - (macroPos + 1);
-       
+
        // was the macro inset just inserted interactively and was now folded
        // and the cursor is just behind?
        if ((*cur)[thisSlice].pos() == int(macroPos + 1)