commit 16717f8f115f9d98e34b1db0710d181bc3ff49cc
Author: Thibaut Cuvelier <[email protected]>
Date:   Sat May 10 02:31:08 2025 +0200

    Fix indentation.
---
 src/insets/InsetRef.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/insets/InsetRef.cpp b/src/insets/InsetRef.cpp
index 0a1ec5a8ff..1019b3a8fc 100644
--- a/src/insets/InsetRef.cpp
+++ b/src/insets/InsetRef.cpp
@@ -693,7 +693,7 @@ docstring InsetRef::displayString(docstring const & ref, 
string const & cmd,
 
 
 docstring InsetRef::xhtml(XMLStream & xs, OutputParams const & op) const
-       {
+{
        docstring const & ref = getParam("reference");
        string const & cmd = params().getCmdName();
        // FIXME What we'd really like to do is to be able to output some
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to