From: André Pönitz Date: Wed, 29 May 2002 17:16:31 +0000 (+0000) Subject: tyiny whitespace X-Git-Tag: 1.6.10~19171 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d46504b242ff970f4ca9a9332a0ed111bd20e86;p=lyx.git tyiny whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4283 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/text.C b/src/text.C index 8dd52d5517..602abcc7ae 100644 --- a/src/text.C +++ b/src/text.C @@ -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;