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/inputguievent.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/events/inputguievent.h') diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h index 282cfbc54..ea5b735b1 100644 --- a/src/events/inputguievent.h +++ b/src/events/inputguievent.h @@ -89,9 +89,9 @@ class InputGuiEvent: public Event /** * Marks the event as consumed. Input event listeners may discard * consumed input or act on consumed input. An example of a widget - * that discards consumed input is the ScrollArea widget that - * discards consumed mouse wheel events so the ScrollArea will not - * scroll if for instance a Slider's value inside the ScrollArea was + * that discards consumed input is the ScrollArea widget that + * discards consumed mouse wheel events so the ScrollArea will not + * scroll if for instance a Slider's value inside the ScrollArea was * changed with the mouse wheel. * * @see isConsumed @@ -102,7 +102,7 @@ class InputGuiEvent: public Event /** * Checks if the input event is consumed. * - * @return True if the input event is consumed, + * @return True if the input event is consumed, * false otherwise. * @see consume */ @@ -111,7 +111,7 @@ class InputGuiEvent: public Event protected: /** - * True if the input event is consumed, + * True if the input event is consumed, * false otherwise. */ bool mIsConsumed; -- cgit v1.2.3-70-g09d2