]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 10 Mar 2010 16:57:01 +0000 (16:57 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 10 Mar 2010 16:57:01 +0000 (16:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33697 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathNest.cpp

index ccfcd8708893a54be4f2f5a42e03419a29d7a8f0..5060c8bc9c0be63b75c807fe3fcdc6f046cf1cce 100644 (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_;
 }