[Scummvm-cvs-logs] SF.net SVN: scummvm:[43795] scummvm/trunk/engines/kyra/sound_amiga.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Aug 29 09:53:06 CEST 2009


Revision: 43795
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43795&view=rev
Author:   lordhoto
Date:     2009-08-29 07:53:06 +0000 (Sat, 29 Aug 2009)

Log Message:
-----------
Whitespace fix.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound_amiga.cpp

Modified: scummvm/trunk/engines/kyra/sound_amiga.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_amiga.cpp	2009-08-29 07:52:45 UTC (rev 43794)
+++ scummvm/trunk/engines/kyra/sound_amiga.cpp	2009-08-29 07:53:06 UTC (rev 43795)
@@ -201,7 +201,7 @@
 		if (track >= _tableSfxGame_Size)
 			return;
 
-		if (_tableSfxGame[track].note) { 
+		if (_tableSfxGame[track].note) {
 			sfx = &_tableSfxGame[track];
 			pan = (sfx->pan != 0) && (sfx->pan != 2);
 		}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list