mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Whitespace
This commit is contained in:
parent
b6a041643d
commit
a4feac9d0b
@ -67,8 +67,8 @@ void InsetArgument::updateBuffer(ParIterator const & it, UpdateType utype)
|
||||
for (; parit != parend; ++parit) {
|
||||
if (parit->inset->lyxCode() == ARG_CODE) {
|
||||
++nr;
|
||||
if (parit->inset == this)
|
||||
ours = nr;
|
||||
if (parit->inset == this)
|
||||
ours = nr;
|
||||
}
|
||||
}
|
||||
bool done = false;
|
||||
|
Loading…
Reference in New Issue
Block a user