mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Indentation
This commit is contained in:
parent
e6d998d33c
commit
49c52d4c8e
@ -3400,9 +3400,9 @@ void MatchStringAdv::CreateRegexp(FindAndReplaceOptions const & opt, string rege
|
||||
balanced--;
|
||||
if (balanced < 0)
|
||||
break;
|
||||
}
|
||||
skip = 1;
|
||||
}
|
||||
skip = 1;
|
||||
}
|
||||
if (balanced != 0) {
|
||||
regexIsValid = false;
|
||||
regexError = "Unbalanced curly brackets in regexp \"" + regexp_str + "\"";
|
||||
|
Loading…
Reference in New Issue
Block a user