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/basiccontainer2.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/basiccontainer2.h')
-rw-r--r-- | src/gui/widgets/basiccontainer2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/basiccontainer2.h b/src/gui/widgets/basiccontainer2.h index e7cba01d6..f08592ed3 100644 --- a/src/gui/widgets/basiccontainer2.h +++ b/src/gui/widgets/basiccontainer2.h @@ -67,8 +67,8 @@ #include "gui/widgets/basiccontainer.h" /** - * An implementation of a container able to contain other widgets. A widget's - * position in the container is relative to the container itself and not the screen. + * An implementation of a container able to contain other widgets. A widget's + * position in the container is relative to the container itself and not the screen. * A container is the most common widget to use as the Gui's top widget as makes the Gui * able to contain more than one widget. * |