From 2d1c8a35331d4c73032a6fcd50ab3f7a27513dbb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 7 Feb 2011 23:01:06 +0000 Subject: ALL: Fix whitespaces / indention svn-id: r55818 --- engines/toon/movie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toon/movie.h') diff --git a/engines/toon/movie.h b/engines/toon/movie.h index 7dc4568042..2a9173850f 100644 --- a/engines/toon/movie.h +++ b/engines/toon/movie.h @@ -36,7 +36,7 @@ public: ToonstruckSmackerDecoder(Audio::Mixer *mixer, Audio::Mixer::SoundType soundType = Audio::Mixer::kSFXSoundType); virtual ~ToonstruckSmackerDecoder() {} void handleAudioTrack(byte track, uint32 chunkSize, uint32 unpackedSize); - bool loadFile(const Common::String &filename, int forcedflags) ; + bool loadFile(const Common::String &filename, int forcedflags); bool isLowRes() { return _lowRes; } protected: bool _lowRes; -- cgit v1.2.3