[LyX/master] Fix indentation

Juergen Spitzmueller <[email protected]> Mon, 03 Aug 2026 16:57:14 +0000
Newsgroups gmane.editors.lyx.cvs
Message-ID <[email protected]>
commit fd6fe679214e649137a26beb3adb3f9d31d56f68
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Aug 3 18:56:59 2026 +0200

    Fix indentation
    
    Thanks to Pavel and Claude
---
 lib/lyx2lyx/lyx_2_6.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/lyx2lyx/lyx_2_6.py b/lib/lyx2lyx/lyx_2_6.py
index 6651e93908..00ded52956 100644
--- a/lib/lyx2lyx/lyx_2_6.py
+++ b/lib/lyx2lyx/lyx_2_6.py
@@ -401,7 +401,7 @@ def revert_mathref(document):
                                 cmd += "}{"
                             else:
                                 cmd += ","
-                            first = False
+                        first = False
                         cmd += argu
                     cmd += "}"
                     document.body[k] = pretext + cmd + posttext
@@ -431,7 +431,7 @@ def revert_mathref(document):
                                 cmd += "}{"
                             else:
                                 cmd += ","
-                            first = False
+                        first = False
                         cmd += argu
                     cmd += "}"
                     document.body[k] = pretext + cmd + posttext
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs