aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.cpp
diff options
context:
space:
mode:
authorStrangerke2013-04-05 08:17:26 +0200
committerStrangerke2013-04-05 08:17:26 +0200
commit89bf72ff5d608b86c6efc413baedff7618f4b44e (patch)
tree4322ec1c2c472a752b858859e353b879e5ee1f22 /engines/hopkins/font.cpp
parent2ee8b1e342eca39602b2e5fc8cbdb9f505d49bcb (diff)
downloadscummvm-rg350-89bf72ff5d608b86c6efc413baedff7618f4b44e.tar.gz
scummvm-rg350-89bf72ff5d608b86c6efc413baedff7618f4b44e.tar.bz2
scummvm-rg350-89bf72ff5d608b86c6efc413baedff7618f4b44e.zip
HOPKINS: JANITORIAL: Remove trailing spaces and tabs
Diffstat (limited to 'engines/hopkins/font.cpp')
-rw-r--r--engines/hopkins/font.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/font.cpp b/engines/hopkins/font.cpp
index 3277ebb8c2..d8abc5e704 100644
--- a/engines/hopkins/font.cpp
+++ b/engines/hopkins/font.cpp
@@ -471,9 +471,9 @@ void FontManager::renderTextDisplay(int xp, int yp, const Common::String &msg, i
charWidth = _vm->_objectsManager->getWidth(_font, printChar) - 1;
else if (curChar == 'm' || curChar == 'w')
charWidth = _vm->_objectsManager->getWidth(_font, printChar);
- else
+ else
charWidth = 6;
- } else
+ } else
charWidth = _vm->_objectsManager->getWidth(_font, printChar);
int charStartPosX = charEndPosX;