Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33697 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-03-10 16:57:01 +00:00
parent cd5d57e504
commit 5d60104a69

View File

@ -1887,8 +1887,7 @@ void InsetMathNest::completionPosAndDim(Cursor const & cur, int & x, int & y,
dim.asc += 3;
// and position
Point xy
= cur.bv().coordCache().insets().xy(inset);
Point xy = cur.bv().coordCache().insets().xy(inset);
x = xy.x_;
y = xy.y_;
}