Whitespace

This commit is contained in:
Juergen Spitzmueller 2012-11-20 15:25:58 +01:00
parent b6a041643d
commit a4feac9d0b

View File

@ -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;