mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
tyiny whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4283 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1e39473100
commit
9d46504b24
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user