From c2c44582537264c7fe0fe55ba456e54b405d0678 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Tue, 13 Aug 2019 00:14:24 +0200 Subject: JANITORIAL: Remove some trailing whitespaces --- gui/widgets/popup.cpp | 2 +- gui/widgets/tab.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/widgets') diff --git a/gui/widgets/popup.cpp b/gui/widgets/popup.cpp index 2fce6e126f..970e35ab23 100644 --- a/gui/widgets/popup.cpp +++ b/gui/widgets/popup.cpp @@ -55,7 +55,7 @@ public: void handleMouseUp(int x, int y, int button, int clickCount) override; void handleMouseWheel(int x, int y, int direction) override; // Scroll through entries with scroll wheel void handleMouseMoved(int x, int y, int button) override; // Redraw selections depending on mouse position - void handleMouseLeft(int button) override; + void handleMouseLeft(int button) override; void handleKeyDown(Common::KeyState state) override; // Scroll through entries with arrow keys etc. protected: diff --git a/gui/widgets/tab.cpp b/gui/widgets/tab.cpp index 103f57291a..8c136ba467 100644 --- a/gui/widgets/tab.cpp +++ b/gui/widgets/tab.cpp @@ -237,7 +237,7 @@ void TabWidget::handleMouseMoved(int x, int y, int button) { _lastRead = tabID; } } - else + else _lastRead = -1; } -- cgit v1.2.3