[LyX/master] Fix indentation

Juergen Spitzmueller spitz at lyx.org
Sun Jun 16 13:55:08 UTC 2024


commit 3d78d8734d313fcf1ec9c8ec8cd9d32b3be163ea
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Jun 16 14:12:23 2024 +0200

    Fix indentation
---
 src/frontends/qt/Dialog.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/frontends/qt/Dialog.cpp b/src/frontends/qt/Dialog.cpp
index 35c40d041b..ddc07e32a9 100644
--- a/src/frontends/qt/Dialog.cpp
+++ b/src/frontends/qt/Dialog.cpp
@@ -174,10 +174,10 @@ void Dialog::showView(Qt::FocusReason reason)
 	prepareView();
 
 	QWidget * w = asQWidget();
-    if (!w->isVisible()) {
-        w->setFocus(reason);
-        w->show();
-    }
+	if (!w->isVisible()) {
+		w->setFocus(reason);
+		w->show();
+	}
 	w->raise();
 	w->activateWindow();
 	if (wantInitialFocus())


More information about the lyx-cvs mailing list