mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Style and a sanity check.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35039 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6b76f06094
commit
23a984b258
@ -601,11 +601,13 @@ namespace {
|
||||
break;
|
||||
case '}':
|
||||
--nestLevel;
|
||||
if (nestLevel < 0) return false;
|
||||
if (nestLevel < 0)
|
||||
return false;
|
||||
break;
|
||||
}
|
||||
|
||||
ifs.get(ch);
|
||||
if (ifs)
|
||||
ifs.get(ch);
|
||||
}
|
||||
|
||||
if (!ifs)
|
||||
|
Loading…
Reference in New Issue
Block a user