Author: forenr
Date: Tue Jun 1 01:02:04 2010
New Revision: 34561
URL: http://www.lyx.org/trac/changeset/34561
Log:
Only white space.
Modified:
lyx-devel/trunk/src/mathed/MathData.cpp
Modified: lyx-devel/trunk/src/mathed/MathData.cpp
==============================================================================
--- lyx-devel/trunk/src/mathed/MathData.cpp Mon May 31 23:27:17 2010
(r34560)
+++ lyx-devel/trunk/src/mathed/MathData.cpp Tue Jun 1 01:02:04 2010
(r34561)
@@ -624,7 +624,7 @@
size_t p = macroPos + 1;
vector<MathData> detachedArgs;
MathAtom scriptToPutAround;
-
+
// find cursor slice again of this MathData
int thisSlice = -1;
if (cur)
@@ -632,7 +632,7 @@
int thisPos = -1;
if (thisSlice != -1)
thisPos = (*cur)[thisSlice].pos();
-
+
// find arguments behind the macro
if (!interactiveInit) {
collectOptionalParameters(cur, macroOptionals, detachedArgs, p,
@@ -640,10 +640,10 @@
}
collectParameters(cur, macroNumArgs, detachedArgs, p,
scriptToPutAround, macroPos, thisPos, thisSlice, appetite);
-
+
// attach arguments back to macro inset
macroInset->attachArguments(detachedArgs, macroNumArgs, macroOptionals);
-
+
// found tail script? E.g. \foo{a}b^x
if (scriptToPutAround.nucleus()) {
// put macro into a script inset
@@ -660,7 +660,7 @@
= operator[](macroPos).nucleus()->asScriptInset();
macroInset = scriptInset->nuc()[0].nucleus()->asMacro();
}
-
+
// remove them from the MathData
erase(begin() + macroPos + 1, begin() + p);