From 99373f7d875f43f9bbd77e3613a18eea8aaaf3b6 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Wed, 31 Jan 2024 04:21:54 +0200
Subject: [PATCH 30/30] Clear trailing spaces from Qt-client code

See RM #215

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 client/gui-qt/mapview.h | 2 +-
 client/gui-qt/plrdlg.h  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/gui-qt/mapview.h b/client/gui-qt/mapview.h
index d0ef6f8d0c..ab29d66684 100644
--- a/client/gui-qt/mapview.h
+++ b/client/gui-qt/mapview.h
@@ -84,7 +84,7 @@ class map_view : public QWidget
 public:
   map_view();
   void paint(QPainter *painter, QPaintEvent *event);
-  void find_place(int pos_x, int pos_y, int &w, int &h, int wdth, int hght, 
+  void find_place(int pos_x, int pos_y, int &w, int &h, int wdth, int hght,
                   int recursive_nr);
   void resume_searching(int pos_x, int pos_y, int &w, int &h,
                         int wdth, int hght, int recursive_nr);
diff --git a/client/gui-qt/plrdlg.h b/client/gui-qt/plrdlg.h
index c48ac1fc18..69cb639149 100644
--- a/client/gui-qt/plrdlg.h
+++ b/client/gui-qt/plrdlg.h
@@ -189,7 +189,7 @@ private:
 private slots:
   void req_meeeting();
   void req_caancel_threaty(); /** somehow autoconnect feature messes
-                               *  here and names are bit odd to cheat 
+                               *  here and names are bit odd to cheat
                                *  autoconnect */
   void req_wiithdrw_vision();
   void toggle_ai_mode();
-- 
2.43.0

