summaryrefslogtreecommitdiff
path: root/src/input/mouseinput.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-21 01:37:40 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-21 01:37:40 +0300
commit05eaa7f08da97a2e6944ec64fbf0b32d0b835e24 (patch)
treed8a4624bd4da59f76921cc923b17a9bbbbf37d66 /src/input/mouseinput.h
parent711007a87da954004ee9fae60c1fa2a64555a3b1 (diff)
downloadplus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.gz
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.bz2
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.xz
plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.zip
Remove extra spaces at line ends.
Diffstat (limited to 'src/input/mouseinput.h')
-rw-r--r--src/input/mouseinput.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/input/mouseinput.h b/src/input/mouseinput.h
index 8470bc00d..7711381fa 100644
--- a/src/input/mouseinput.h
+++ b/src/input/mouseinput.h
@@ -169,18 +169,18 @@ class MouseInput final
*/
MouseButtonT mButton;
- /**
- * Holds the timestamp of the mouse input. Used to
+ /**
+ * Holds the timestamp of the mouse input. Used to
* check for double clicks.
*/
int mTimeStamp;
- /**
+ /**
* Holds the x coordinate of the mouse input.
*/
int mX;
- /**
+ /**
* Holds the y coordinate of the mouse input.
*/
int mY;