]> git.lyx.org Git - lyx.git/commitdiff
tyiny whitespace
authorAndré Pönitz <poenitz@gmx.net>
Wed, 29 May 2002 17:16:31 +0000 (17:16 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 29 May 2002 17:16:31 +0000 (17:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4283 a592a061-630c-0410-9148-cb99ea01b6c8

src/text.C

index 8dd52d55178f50e9008f3d9fb77408cccae4d1d6..602abcc7ae3bb852e7fa1d01044d881a4eb56575 100644 (file)
@@ -998,8 +998,7 @@ LyXText::nextBreakPoint(BufferView * bview, Row const * row, int width) const
                }
        } else {
                // Last position is an invariant
-               pos_type const last =
-                       par->size();
+               pos_type const last = par->size();
                // this is the usual handling
                int x = leftMargin(bview, row);
                bool doitonetime = true;