aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2011-02-07 23:01:06 +0000
committerMax Horn2011-02-07 23:01:06 +0000
commit2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb (patch)
treea538852678f172dec297b83d115a7d76f2638969 /engines/agos/gfx.cpp
parent377b4c67d99503b19e866ff47c685c57dd2a56e0 (diff)
downloadscummvm-rg350-2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb.tar.gz
scummvm-rg350-2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb.tar.bz2
scummvm-rg350-2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb.zip
ALL: Fix whitespaces / indention
svn-id: r55818
Diffstat (limited to 'engines/agos/gfx.cpp')
-rw-r--r--engines/agos/gfx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/gfx.cpp b/engines/agos/gfx.cpp
index 82a4cb714b..b784e4fcb3 100644
--- a/engines/agos/gfx.cpp
+++ b/engines/agos/gfx.cpp
@@ -778,7 +778,7 @@ void AGOSEngine::drawVertImage(VC10_state *state) {
}
void AGOSEngine::drawVertImageUncompressed(VC10_state *state) {
- assert ((state->flags & kDFCompressed) == 0) ;
+ assert((state->flags & kDFCompressed) == 0);
const byte *src;
byte *dst;
@@ -804,7 +804,7 @@ void AGOSEngine::drawVertImageUncompressed(VC10_state *state) {
}
void AGOSEngine::drawVertImageCompressed(VC10_state *state) {
- assert (state->flags & kDFCompressed) ;
+ assert(state->flags & kDFCompressed);
uint w, h;
state->x_skip *= 4; /* reached */