commit e87ace901a4e52ab8cb7461d3c4910e04320d652
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Jul 17 16:55:47 2023 +0200

    Style
---
 src/insets/InsetSpace.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp
index 6541a30..a5b0464 100644
--- a/src/insets/InsetSpace.cpp
+++ b/src/insets/InsetSpace.cpp
@@ -588,8 +588,8 @@ void InsetSpace::latex(otexstream & os, OutputParams const 
& runparams) const
        case InsetSpaceParams::PROTECTED:
                if (runparams.find_effective())
                        os.put(0xa0);
-               else if (runparams.local_font &&
-                   runparams.local_font->language()->lang() == 
"polutonikogreek")
+               else if (runparams.local_font
+                        && runparams.local_font->language()->lang() == 
"polutonikogreek")
                        // in babel's polutonikogreek, ~ is active
                        os << (runparams.free_spacing ? " " : 
"\\nobreakspace{}");
                else
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to