From f9ecd95d6960341e696ab1aa8262e48135908d51 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 7 Mar 2009 19:24:31 +0000 Subject: Whitespace cleanup: Convert space followed by tab to just tab svn-id: r39203 --- engines/sword1/animation.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'engines/sword1/animation.cpp') diff --git a/engines/sword1/animation.cpp b/engines/sword1/animation.cpp index 4c7607b9c2..2b4a596f9a 100644 --- a/engines/sword1/animation.cpp +++ b/engines/sword1/animation.cpp @@ -272,8 +272,8 @@ MoviePlayer *makeMoviePlayer(uint32 id, SwordEngine *vm, Text *textMan, Audio::M DXAPlayerWithSound *dxaDecoder = new DXAPlayerWithSound(snd, bgSoundHandle); return new MoviePlayer(vm, textMan, snd, system, bgSoundHandle, dxaDecoder, kVideoDecoderDXA); #else - GUI::MessageDialog dialog("DXA cutscenes found but ScummVM has been built without zlib support", "OK"); - dialog.runModal(); + GUI::MessageDialog dialog("DXA cutscenes found but ScummVM has been built without zlib support", "OK"); + dialog.runModal(); return NULL; #endif } @@ -282,14 +282,14 @@ MoviePlayer *makeMoviePlayer(uint32 id, SwordEngine *vm, Text *textMan, Audio::M snprintf(filename, sizeof(filename), "%s.mp2", sequenceList[id]); if (Common::File::exists(filename)) { - GUI::MessageDialog dialog("MPEG2 cutscenes are no longer supported", "OK"); - dialog.runModal(); + GUI::MessageDialog dialog("MPEG2 cutscenes are no longer supported", "OK"); + dialog.runModal(); return NULL; } sprintf(buf, "Cutscene '%s' not found", sequenceList[id]); - GUI::MessageDialog dialog(buf, "OK"); - dialog.runModal(); + GUI::MessageDialog dialog(buf, "OK"); + dialog.runModal(); return NULL; } -- cgit v1.2.3