aboutsummaryrefslogtreecommitdiff
path: root/gui/widgets
diff options
context:
space:
mode:
authorAlexander Tkachev2016-07-02 13:26:05 +0600
committerEugene Sandulenko2016-07-03 12:24:53 +0200
commitcea58cc61c12206f41b64ba0094655dcd84b57af (patch)
tree9588efa4feb39ab09b41d8dd16de392471ace4e4 /gui/widgets
parentbc2c7689dc6753828f7ac0672eb7b3fea5414293 (diff)
downloadscummvm-rg350-cea58cc61c12206f41b64ba0094655dcd84b57af.tar.gz
scummvm-rg350-cea58cc61c12206f41b64ba0094655dcd84b57af.tar.bz2
scummvm-rg350-cea58cc61c12206f41b64ba0094655dcd84b57af.zip
JANITORIAL: Remove trailing spaces
Diffstat (limited to 'gui/widgets')
-rw-r--r--gui/widgets/scrollcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/widgets/scrollcontainer.cpp b/gui/widgets/scrollcontainer.cpp
index 8b68b0fc0b..1b38478c11 100644
--- a/gui/widgets/scrollcontainer.cpp
+++ b/gui/widgets/scrollcontainer.cpp
@@ -95,7 +95,7 @@ uint16 ScrollContainerWidget::getHeight() const {
}
void ScrollContainerWidget::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) {
- Widget::handleCommand(sender, cmd, data);
+ Widget::handleCommand(sender, cmd, data);
switch (cmd) {
case kSetPositionCmd:
_scrolledY = _verticalScroll->_currentPos;
@@ -103,7 +103,7 @@ void ScrollContainerWidget::handleCommand(CommandSender *sender, uint32 cmd, uin
draw();
g_gui.doFullRedraw();
break;
- }
+ }
}
void ScrollContainerWidget::reflowLayout() {