From: Juergen Spitzmueller Date: Mon, 17 Jul 2023 14:55:47 +0000 (+0200) Subject: Style X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e87ace901a4e52ab8cb7461d3c4910e04320d652;p=features.git Style --- diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp index 6541a3024c..a5b04648f5 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