[LyX/master] whitespace

Jean-Marc Lasgouttes lasgouttes at lyx.org
Tue Jun 28 21:08:26 UTC 2022


commit 2283440e77f6b05e4dce45ae00aa81570fc40c25
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date:   Tue Jun 28 23:12:36 2022 +0200

    whitespace
---
 src/frontends/qt/FindAndReplace.h |    4 ++--
 src/frontends/qt/GuiView.h        |    8 ++++----
 src/frontends/qt/TocWidget.cpp    |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/frontends/qt/FindAndReplace.h b/src/frontends/qt/FindAndReplace.h
index 7ea70a9..41c211d 100644
--- a/src/frontends/qt/FindAndReplace.h
+++ b/src/frontends/qt/FindAndReplace.h
@@ -66,9 +66,9 @@ private:
 	void virtual hideEvent(QHideEvent *ev) override;
 
 	void hideDialog();
-	
+
 	void setFormatIgnores(bool const b);
-	
+
 	docstring const checkState(std::string const s, bool const b);
 
 protected Q_SLOTS:
diff --git a/src/frontends/qt/GuiView.h b/src/frontends/qt/GuiView.h
index 27d230b..7237017 100644
--- a/src/frontends/qt/GuiView.h
+++ b/src/frontends/qt/GuiView.h
@@ -419,17 +419,17 @@ private:
 	/**
 	 * Write a buffer to a new file name and rename the buffer
 	 * according to the new file name.
-	 * 
+	 *
 	 * This function is e.g. used by menu callbacks and
 	 * LFUN_BUFFER_WRITE_AS.
-	 * 
+	 *
 	 * If 'newname' is empty, the user is asked via a
 	 * dialog for the buffer's new name and location.
-	 * 
+	 *
 	 * If 'newname' is non-empty and has an absolute path, that is used.
 	 * Otherwise the base directory of the buffer is used as the base
 	 * for any relative path in 'newname'.
-	 * 
+	 *
 	 * \p kind controls what is done besides the pure renaming:
 	 * LV_WRITE_AS  => The buffer is written without version control actions.
 	 * LV_VC_RENAME => The file is renamed in version control.
diff --git a/src/frontends/qt/TocWidget.cpp b/src/frontends/qt/TocWidget.cpp
index 483f008..e0f1faf 100644
--- a/src/frontends/qt/TocWidget.cpp
+++ b/src/frontends/qt/TocWidget.cpp
@@ -366,7 +366,7 @@ void TocWidget::outline(FuncCode func_code)
 
 	//if another window is active, this attempt will fail,
 	//but it will work at least for the second attempt
-	gui_view_.activateWindow(); 
+	gui_view_.activateWindow();
 
 	enableControls(false);
 	goTo(list[0]);


More information about the lyx-cvs mailing list