commit 9f0858840065df8199581a6e3b54ad41c718b8d1
Author: Juergen Spitzmueller <[email protected]>
Date:   Sun Aug 3 15:58:20 2025 +0200

    Whitespace
---
 src/mathed/InsetMathHull.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp
index a77c820c0f..09e1eea45c 100644
--- a/src/mathed/InsetMathHull.cpp
+++ b/src/mathed/InsetMathHull.cpp
@@ -318,7 +318,7 @@ void InsetMathHull::addToToc(DocIterator const & pit, bool 
output_active,
                return;
 
        TocBuilder & b = backend.builder("equation");
-        b.pushItem(pit, docstring(), output_active);
+       b.pushItem(pit, docstring(), output_active);
        if (first != last)
                b.argumentItem(bformat(from_ascii("(%1$s-%2$s)"),
                                       numbers_[first], numbers_[last]));
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to