[Scummvm-cvs-logs] SF.net SVN: scummvm: [24843] scummvm/trunk/graphics/dxa_player.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon Dec 11 23:35:54 CET 2006


Revision: 24843
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24843&view=rev
Author:   kirben
Date:     2006-12-11 14:35:50 -0800 (Mon, 11 Dec 2006)

Log Message:
-----------
Whitespace changes

Modified Paths:
--------------
    scummvm/trunk/graphics/dxa_player.cpp

Modified: scummvm/trunk/graphics/dxa_player.cpp
===================================================================
--- scummvm/trunk/graphics/dxa_player.cpp	2006-12-11 19:22:53 UTC (rev 24842)
+++ scummvm/trunk/graphics/dxa_player.cpp	2006-12-11 22:35:50 UTC (rev 24843)
@@ -98,8 +98,8 @@
 	else
 		_framesPerSec = 10;
 
-        if (frameRate < 0)
-                _frameTicks = -frameRate / 100;
+	if (frameRate < 0)
+		_frameTicks = -frameRate / 100;
 	else
 		_frameTicks = frameRate;
 
@@ -116,7 +116,7 @@
 		_scaleMode = S_NONE;
 		_curHeight = _height;
 	}
-                
+
 	debug(2, "flags 0x0%x framesCount %d width %d height %d rate %d ticks %d", flags, _framesCount, _width, _height, _framesPerSec, _frameTicks);
 
 	_frameSize = _width * _height;
@@ -212,7 +212,7 @@
 					static const struct { uint8 sh1, sh2; } shiftTbl[6] = {
 						{0, 0},	{8, 0},	{8, 8},	{8, 4},	{4, 0},	{4, 4}
 					};
-					diffMap = ((*dat & 0xF0) << shiftTbl[type-10].sh1) | 
+					diffMap = ((*dat & 0xF0) << shiftTbl[type-10].sh1) |
 						  ((*dat & 0x0F) << shiftTbl[type-10].sh2);
 					dat++;
 				} else {
@@ -419,8 +419,8 @@
 					}
 					subMask <<= 2;
 				}
-                        break;
-                        }
+				break;
+			}
 			case 32:
 			case 33:
 			case 34: {


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