commit 49c52d4c8e1cdfacee22bd55595ac53906538221
Author: Kornel Benko <[email protected]>
Date:   Tue Mar 22 10:43:23 2022 +0100

    Indentation
---
 src/lyxfind.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lyxfind.cpp b/src/lyxfind.cpp
index 98c254d..025479e 100644
--- a/src/lyxfind.cpp
+++ b/src/lyxfind.cpp
@@ -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 + "\"";
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to