aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/file.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2010-10-25 13:31:01 +0000
committerArnaud Boutonné2010-10-25 13:31:01 +0000
commit35f220ace2ae1839f8a0706fc0e3de1ad39a6045 (patch)
treee070ebf4e9e901c19e86b93711937dec63b3f322 /engines/hugo/file.cpp
parent4e9a2798ef9aef3b28e595adeaa0873fd1ce6171 (diff)
downloadscummvm-rg350-35f220ace2ae1839f8a0706fc0e3de1ad39a6045.tar.gz
scummvm-rg350-35f220ace2ae1839f8a0706fc0e3de1ad39a6045.tar.bz2
scummvm-rg350-35f220ace2ae1839f8a0706fc0e3de1ad39a6045.zip
HUGO: cleanup: Suppress trailing spaces and tabs
svn-id: r53825
Diffstat (limited to 'engines/hugo/file.cpp')
-rw-r--r--engines/hugo/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/file.cpp b/engines/hugo/file.cpp
index 5c3b72f1aa..691536eff4 100644
--- a/engines/hugo/file.cpp
+++ b/engines/hugo/file.cpp
@@ -97,7 +97,7 @@ seq_t *FileManager::readPCX(Common::File &f, seq_t *seqPtr, byte *imagePtr, bool
if ((seqPtr = (seq_t *)malloc(sizeof(seq_t))) == 0)
Utils::Error(HEAP_ERR, "%s", name);
}
-
+
// Find size of image data in 8-bit DIB format
// Note save of x2 - marks end of valid data before garbage
uint16 bytesPerLine4 = PCC_header.bytesPerLine * 4; // 4-bit bpl