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/widgets/window.h | |
parent | 711007a87da954004ee9fae60c1fa2a64555a3b1 (diff) | |
download | mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.gz mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.bz2 mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.tar.xz mv-05eaa7f08da97a2e6944ec64fbf0b32d0b835e24.zip |
Remove extra spaces at line ends.
Diffstat (limited to 'src/gui/widgets/window.h')
-rw-r--r-- | src/gui/widgets/window.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h index 06a0d3295..4fc38afa0 100644 --- a/src/gui/widgets/window.h +++ b/src/gui/widgets/window.h @@ -606,7 +606,7 @@ class Window notfinal : public BasicContainer2, /** * Holds the padding of the window. - */ + */ int mPadding; /** @@ -621,14 +621,14 @@ class Window notfinal : public BasicContainer2, /** * Holds a drag offset as an x coordinate where the drag of the window - * started if the window is being dragged. It's used to move the window + * started if the window is being dragged. It's used to move the window * correctly when dragged. */ int mDragOffsetX; /** * Holds a drag offset as an y coordinate where the drag of the window - * started if the window is being dragged. It's used to move the window + * started if the window is being dragged. It's used to move the window * correctly when dragged. */ int mDragOffsetY; |