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/gui/cliprect.h | |
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/gui/cliprect.h')
-rw-r--r-- | src/gui/cliprect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/cliprect.h b/src/gui/cliprect.h index fac68a933..6642dec22 100644 --- a/src/gui/cliprect.h +++ b/src/gui/cliprect.h @@ -70,7 +70,7 @@ /** * A rectangle used when dealing with clipping. A clip rectangle is - * a regular rectangle extended with variables for x offsets and y + * a regular rectangle extended with variables for x offsets and y * offsets. The offsets are used for calculations from relative * screen coordinates to actual screen coordinates. */ |