[LyX/master] Fix indentation

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


commit 3fa2623ca0081bc1a535ef99e1d085af0405d78f
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Jun 16 15:53:22 2024 +0200

    Fix indentation
---
 src/frontends/qt/GuiView.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index 2d3e0a9108..80aa1d173a 100644
--- a/src/frontends/qt/GuiView.cpp
+++ b/src/frontends/qt/GuiView.cpp
@@ -1579,9 +1579,9 @@ void GuiView::on_currentWorkAreaChanged(GuiWorkArea * wa)
 	connectBufferView(wa->bufferView());
 	connectBuffer(wa->bufferView().buffer());
 	d.current_work_area_ = wa;
-    // The below specifies that the input method item transformation will
-    // not reset
-    wa->setFocus(Qt::OtherFocusReason);
+	// The below specifies that the input method item transformation will
+	// not reset
+	wa->setFocus(Qt::OtherFocusReason);
 	QObject::connect(wa, SIGNAL(titleChanged(GuiWorkArea *)),
 	                 this, SLOT(updateWindowTitle(GuiWorkArea *)));
 	QObject::connect(wa, SIGNAL(busy(bool)),


More information about the lyx-cvs mailing list