From a2d888496b895f772f3c58fdd6eeaca50f629f67 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Mon, 31 May 2010 23:12:07 +0000 Subject: [PATCH] Still white space. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34562 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/MathData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/MathData.cpp b/src/mathed/MathData.cpp index f7eb757ec3..fe0be267a5 100644 --- a/src/mathed/MathData.cpp +++ b/src/mathed/MathData.cpp @@ -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) -- 2.39.2