aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/flux.cpp
diff options
context:
space:
mode:
authorstrangerke2011-03-10 00:25:29 +0100
committerstrangerke2011-03-10 00:25:29 +0100
commitcf657d09e84f41ff8234f26e6086c48dfb2e8fb4 (patch)
tree83f9c5c0d9daa29ff4d6794347b58c15b6c84a7c /engines/toon/flux.cpp
parent6fd6291390883506889420564f758590689b1864 (diff)
downloadscummvm-rg350-cf657d09e84f41ff8234f26e6086c48dfb2e8fb4.tar.gz
scummvm-rg350-cf657d09e84f41ff8234f26e6086c48dfb2e8fb4.tar.bz2
scummvm-rg350-cf657d09e84f41ff8234f26e6086c48dfb2e8fb4.zip
TOON: Janitorial: Suppress blanks at end of lines
Diffstat (limited to 'engines/toon/flux.cpp')
-rw-r--r--engines/toon/flux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/flux.cpp b/engines/toon/flux.cpp
index 2b5551732b..034332af56 100644
--- a/engines/toon/flux.cpp
+++ b/engines/toon/flux.cpp
@@ -96,7 +96,7 @@ int32 CharacterFlux::fixFacingForAnimation(int32 originalFacing, int32 animation
if (!facingMask)
break;
}
-
+
return finalFacing;
}