aboutsummaryrefslogtreecommitdiff
path: root/engines/access
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-15 12:34:32 +0200
committerEugene Sandulenko2016-05-15 12:34:32 +0200
commita3d1ecb7d12d8bdc71cc58e8911eca943e2c27f9 (patch)
treefa0bc897728f9e078c5e8034a162ad4810080e22 /engines/access
parent1b7bb9ee6db6ee4bd48054680eb8460bf63c9796 (diff)
downloadscummvm-rg350-a3d1ecb7d12d8bdc71cc58e8911eca943e2c27f9.tar.gz
scummvm-rg350-a3d1ecb7d12d8bdc71cc58e8911eca943e2c27f9.tar.bz2
scummvm-rg350-a3d1ecb7d12d8bdc71cc58e8911eca943e2c27f9.zip
JANITORIAL: Remove trailing spaces
Diffstat (limited to 'engines/access')
-rw-r--r--engines/access/bubble_box.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/access/bubble_box.cpp b/engines/access/bubble_box.cpp
index ef32e96f59..f41670be24 100644
--- a/engines/access/bubble_box.cpp
+++ b/engines/access/bubble_box.cpp
@@ -165,7 +165,7 @@ void BubbleBox::printBubble(const Common::String &msg) {
void BubbleBox::printBubble_v1(const Common::String &msg) {
drawBubble(_bubbles.size() - 1);
-
+
// Loop through drawing the lines
Common::String s = msg;
Common::String line;
@@ -369,7 +369,7 @@ void BubbleBox::displayBoxData() {
_vm->_screen->drawRect();
_vm->_events->showCursor();
}
-
+
_vm->_events->hideCursor();
int oldPStartY = _boxPStartY;
++_boxPStartY;
@@ -474,7 +474,7 @@ int BubbleBox::doBox_v1(int item, int box, int &btnSelected) {
--_vm->_screen->_orgX2;
--_vm->_screen->_orgY2;
_vm->_screen->_lColor = 0xF9;
-
+
// Draw the inner border
_vm->_screen->drawBox();
@@ -732,7 +732,7 @@ int BubbleBox::doBox_v1(int item, int box, int &btnSelected) {
if (_type != TYPE_3)
continue;
-
+
if ((_vm->_events->_mousePos.x < tmpX) || (_vm->_events->_mousePos.x > tmpX + 144))
continue;