]> git.lyx.org Git - features.git/commitdiff
whitespace
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 12 Feb 2023 13:37:35 +0000 (14:37 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 12 Feb 2023 13:37:35 +0000 (14:37 +0100)
src/frontends/qt/GuiDocument.cpp

index 6e8019d4ba5844e60c990a8b0c82b497993fa03e..7cedee508e039f240980eb1b96b3d2488036280b 100644 (file)
@@ -4414,7 +4414,7 @@ void GuiDocument::paramsToDialog()
 
        font = toqstr(bp_.fontsSans());
        foundfont = fontModule->fontsSansCO->set(font, false);
-       if (!foundfont ) {
+       if (!foundfont) {
                fontModule->fontsSansCO->addItemSort(font, font + qt_(" (not installed)"),
                                                     qt_("Uninstalled used fonts"),
                                                     qt_("This font is not installed and won't be used in output"),