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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jun 25 03:30:12 CEST 2009


Revision: 41848
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41848&view=rev
Author:   lordhoto
Date:     2009-06-25 01:30:12 +0000 (Thu, 25 Jun 2009)

Log Message:
-----------
Strip trailing whitespaces and tabs.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/items_lol.cpp
    scummvm/trunk/engines/kyra/screen.cpp
    scummvm/trunk/engines/kyra/script_lol.cpp
    scummvm/trunk/engines/kyra/sprites_lol.cpp

Modified: scummvm/trunk/engines/kyra/items_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/items_lol.cpp	2009-06-25 01:29:55 UTC (rev 41847)
+++ scummvm/trunk/engines/kyra/items_lol.cpp	2009-06-25 01:30:12 UTC (rev 41848)
@@ -477,7 +477,7 @@
 			r = getNearestPartyMemberFromPos(x, y);
 			runItemScript(t->attackerId, t->item, 0x8000, r, 0);
 		}
-	}	
+	}
 }
 
 void LoLEngine::updateFlyingObject(FlyingObject *t) {

Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2009-06-25 01:29:55 UTC (rev 41847)
+++ scummvm/trunk/engines/kyra/screen.cpp	2009-06-25 01:30:12 UTC (rev 41848)
@@ -879,7 +879,7 @@
 		drawClippedLine(x1 + 1, y1 + 1, x1 + 1, y2 - 1, color2);
 		drawClippedLine(x1, y2 - 1, x2 - 1, y2 - 1, color2);
 	}
-	drawClippedLine(x1, y2, x2, y2, color2);	
+	drawClippedLine(x1, y2, x2, y2, color2);
 
 	showMouse();
 }
@@ -1132,7 +1132,7 @@
 
 	uint8 charH1 = *(fnt->fontData + fnt->charHeightTableOffset + c * 2);
 	uint8 charH2 = *(fnt->fontData + fnt->charHeightTableOffset + c * 2 + 1);
-	
+
 	charH0 -= charH1 + charH2;
 
 	const uint8 *src = fnt->fontData + bitmapOffset;

Modified: scummvm/trunk/engines/kyra/script_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/script_lol.cpp	2009-06-25 01:29:55 UTC (rev 41847)
+++ scummvm/trunk/engines/kyra/script_lol.cpp	2009-06-25 01:30:12 UTC (rev 41848)
@@ -1276,7 +1276,7 @@
 int LoLEngine::olol_releaseMonsterShapes(EMCState *script) {
 	debugC(3, kDebugLevelScriptFuncs, "LoLEngine::olol_releaseMonsterShapes(%p)", (const void *)script);
 	for (int i = 0; i < 3; i++)
-		releaseMonsterShapes(i);	
+		releaseMonsterShapes(i);
 	return 0;
 }
 
@@ -1399,17 +1399,17 @@
 	if (_characters[0].id == -9)
 		c = 1;
 	else if (_characters[0].id == -5)
-		c = 3;	
+		c = 3;
 	else if (_characters[0].id == -1)
 		c = 2;
 
 	while (snd_updateCharacterSpeech())
 		delay(_tickLength);
-	
+
 	_eventList.clear();
 	_screen->hideMouse();
 	_screen->getPalette(1).clear();
-	
+
 	showOutro(c, (_monsterDifficulty == 2));
 	quitGame();
 
@@ -2192,7 +2192,7 @@
 	}
 
 	mov->close();
-	delete mov;	
+	delete mov;
 	delete[] fadeTab;
 
 	_screen->showMouse();

Modified: scummvm/trunk/engines/kyra/sprites_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sprites_lol.cpp	2009-06-25 01:29:55 UTC (rev 41847)
+++ scummvm/trunk/engines/kyra/sprites_lol.cpp	2009-06-25 01:30:12 UTC (rev 41848)
@@ -784,7 +784,7 @@
 		default:
 			return m->damageReceived ? 5 : m->currentSubFrame;
 		}
-		
+
 		break;
 	default:
 		break;


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