commit 300160df1c5a6acc656a1b0feadbf4445b8fc230
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Mon Oct 3 20:43:31 2022 -0400

    Whitespace
---
 src/insets/InsetBranch.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetBranch.cpp b/src/insets/InsetBranch.cpp
index 9d7cae0..c25f16a 100644
--- a/src/insets/InsetBranch.cpp
+++ b/src/insets/InsetBranch.cpp
@@ -112,7 +112,7 @@ docstring const InsetBranch::buttonLabel(BufferView const 
&) const
        if (inchild && master_selected != child_selected)
                symb += (child_selected ? tick : cross);
 
-    docstring inv_symb = from_ascii(params_.inverted ? "~" : "");
+       docstring inv_symb = from_ascii(params_.inverted ? "~" : "");
 
        if (decoration() == InsetDecoration::MINIMALISTIC)
                return symb + inv_symb + params_.branch;
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to