aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/animation/rlf_animation.cpp
diff options
context:
space:
mode:
authorStrangerke2014-02-16 18:45:17 +0100
committerStrangerke2014-02-16 18:45:17 +0100
commit0b63ea185d36dd53c36b8f71550193c99d33fefe (patch)
tree27879212d0baa36e7aaa1a9fe30763102fd2da7f /engines/zvision/animation/rlf_animation.cpp
parent81f0a5dc4247ee8b78170427ef23e48024ec4d76 (diff)
downloadscummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.gz
scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.bz2
scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.zip
ZVISION: Janitorial - Remove trailing spaces
Diffstat (limited to 'engines/zvision/animation/rlf_animation.cpp')
-rw-r--r--engines/zvision/animation/rlf_animation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/animation/rlf_animation.cpp b/engines/zvision/animation/rlf_animation.cpp
index c7307265c0..ca7305da56 100644
--- a/engines/zvision/animation/rlf_animation.cpp
+++ b/engines/zvision/animation/rlf_animation.cpp
@@ -35,7 +35,7 @@
namespace ZVision {
-RlfAnimation::RlfAnimation(const Common::String &fileName, bool stream)
+RlfAnimation::RlfAnimation(const Common::String &fileName, bool stream)
: _stream(stream),
_lastFrameRead(0),
_frameCount(0),
@@ -301,7 +301,7 @@ void RlfAnimation::decodeSimpleRunLengthEncoding(int8 *source, int8 *dest, uint3
numberOfSamples--;
}
- // If numberOfSamples is >= 0, copy one sample from source to the
+ // If numberOfSamples is >= 0, copy one sample from source to the
// next (numberOfSamples + 2) dest spots
} else {
if (sourceOffset + 1 >= sourceSize) {