diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-21 01:37:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-21 01:37:40 +0300 |
commit | 05eaa7f08da97a2e6944ec64fbf0b32d0b835e24 (patch) | |
tree | d8a4624bd4da59f76921cc923b17a9bbbbf37d66 /src/listeners | |
parent | 711007a87da954004ee9fae60c1fa2a64555a3b1 (diff) | |
download | plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.gz plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.bz2 plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.xz plus-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.zip |
Remove extra spaces at line ends.
Diffstat (limited to 'src/listeners')
-rw-r--r-- | src/listeners/focuslistener.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/listeners/focuslistener.h b/src/listeners/focuslistener.h index 6b65fd1fa..34fd89033 100644 --- a/src/listeners/focuslistener.h +++ b/src/listeners/focuslistener.h @@ -85,7 +85,7 @@ class FocusListener notfinal { } /** - * Called when a widget gains focus. + * Called when a widget gains focus. * * @param event Discribes the event. */ @@ -93,7 +93,7 @@ class FocusListener notfinal { } /** - * Called when a widget loses focus. + * Called when a widget loses focus. * * @param event Discribes the event. */ |