Indentation

This commit is contained in:
Kornel Benko 2022-03-22 10:43:23 +01:00
parent e6d998d33c
commit 49c52d4c8e

View File

@ -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 + "\"";