aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/intro.cpp
diff options
context:
space:
mode:
authorstrangerke2011-02-18 22:43:38 +0100
committerstrangerke2011-02-18 22:43:38 +0100
commit2ad969bcac7c46fe0ee8dce152e243c803f5ebae (patch)
tree2c40257a6943fe935f14696652391ce6fc7a9484 /engines/hugo/intro.cpp
parent81a3538706c768c45e4166c1be10045355dce459 (diff)
downloadscummvm-rg350-2ad969bcac7c46fe0ee8dce152e243c803f5ebae.tar.gz
scummvm-rg350-2ad969bcac7c46fe0ee8dce152e243c803f5ebae.tar.bz2
scummvm-rg350-2ad969bcac7c46fe0ee8dce152e243c803f5ebae.zip
HUGO: Remove extra spaces at end of lines
Diffstat (limited to 'engines/hugo/intro.cpp')
-rw-r--r--engines/hugo/intro.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp
index 080fbc8f8d..d7b95f9d1f 100644
--- a/engines/hugo/intro.cpp
+++ b/engines/hugo/intro.cpp
@@ -48,8 +48,8 @@ IntroHandler::IntroHandler(HugoEngine *vm) : _vm(vm), _introX(0), _introY(0) {
IntroHandler::~IntroHandler() {
}
-byte IntroHandler::getIntroSize() const {
- return _introXSize;
+byte IntroHandler::getIntroSize() const {
+ return _introXSize;
}
/**