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;