commit 9a4e44e7df1a7133a16d32c50ae8dddb4b2ad0d1
Author: Richard Kimberly Heck <[email protected]>
Date:   Sat May 27 11:38:19 2023 -0400

    Fix indentation
---
 src/Text.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Text.cpp b/src/Text.cpp
index 80bd80c..e876899 100644
--- a/src/Text.cpp
+++ b/src/Text.cpp
@@ -5396,7 +5396,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                        // invalid after regex_match returns, since it is then
                        // being given a temporary object. (Thanks to Georg for
                        // figuring that out.)
-            regex const link_re("^(([a-z]+):|www\\.).*");
+                       regex const link_re("^(([a-z]+):|www\\.).*");
                        smatch matches;
                        string const c = to_utf8(lowercase(content));
 
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to