[LyX/master] Style
Juergen Spitzmueller
spitz at lyx.org
Mon Jul 17 13:42:52 UTC 2023
commit e87ace901a4e52ab8cb7461d3c4910e04320d652
Author: Juergen Spitzmueller <spitz at 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
More information about the lyx-cvs
mailing list