From 05eaa7f08da97a2e6944ec64fbf0b32d0b835e24 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Apr 2016 01:37:40 +0300 Subject: Remove extra spaces at line ends. --- src/events/mouseevent.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/events/mouseevent.h') diff --git a/src/events/mouseevent.h b/src/events/mouseevent.h index 9068440ff..c2f1d93cd 100644 --- a/src/events/mouseevent.h +++ b/src/events/mouseevent.h @@ -115,7 +115,7 @@ class MouseEvent: public InputGuiEvent { return mButton; } /** - * Gets the x coordinate of the mouse event. + * Gets the x coordinate of the mouse event. * The coordinate relative to widget the mouse listener * receiving the events have registered to. * @@ -126,7 +126,7 @@ class MouseEvent: public InputGuiEvent { return mX; } /** - * Gets the y coordinate of the mouse event. + * Gets the y coordinate of the mouse event. * The coordinate relative to widget the mouse listener * receiving the events have registered to. * @@ -191,8 +191,8 @@ class MouseEvent: public InputGuiEvent * the protected member variables of this class and at the same time * keep the MouseEvent class as const as possible. Gui needs to * update the x och y coordinates for the coordinates to be relative - * to widget the mouse listener receiving the events have registered - * to. + * to widget the mouse listener receiving the events have registered + * to. */ friend class Gui; }; -- cgit v1.2.3-60-g2f50