[Scummvm-cvs-logs] SF.net SVN: scummvm: [22407] scummvm/trunk/engines/lure

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu May 11 01:00:03 CEST 2006


Revision: 22407
Author:   eriktorbjorn
Date:     2006-05-11 00:59:50 -0700 (Thu, 11 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22407&view=rev

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

Modified Paths:
--------------
    scummvm/trunk/engines/lure/game.cpp
    scummvm/trunk/engines/lure/strings.cpp
    scummvm/trunk/engines/lure/surface.cpp
    scummvm/trunk/engines/lure/system.cpp
Modified: scummvm/trunk/engines/lure/game.cpp
===================================================================
--- scummvm/trunk/engines/lure/game.cpp	2006-05-11 07:25:54 UTC (rev 22406)
+++ scummvm/trunk/engines/lure/game.cpp	2006-05-11 07:59:50 UTC (rev 22407)
@@ -208,7 +208,7 @@
 
 	case 2:
 		// Show active hotspots
-        showActiveHotspots();
+		showActiveHotspots();
 		break;
 
 	case 3:

Modified: scummvm/trunk/engines/lure/strings.cpp
===================================================================
--- scummvm/trunk/engines/lure/strings.cpp	2006-05-11 07:25:54 UTC (rev 22406)
+++ scummvm/trunk/engines/lure/strings.cpp	2006-05-11 07:59:50 UTC (rev 22407)
@@ -30,7 +30,7 @@
 StringData *int_strings = NULL;
 
 StringData::StringData() {
-    int_strings = this;
+	int_strings = this;
 
 	for (uint8 ctr = 0; ctr < MAX_NUM_CHARS; ++ctr) _chars[ctr] = NULL;
 	_numChars = 0;

Modified: scummvm/trunk/engines/lure/surface.cpp
===================================================================
--- scummvm/trunk/engines/lure/surface.cpp	2006-05-11 07:25:54 UTC (rev 22406)
+++ scummvm/trunk/engines/lure/surface.cpp	2006-05-11 07:59:50 UTC (rev 22407)
@@ -421,7 +421,7 @@
 
 void Dialog::showMessage(uint16 messageId, uint16 characterId) {
 	MemoryBlock *data = Resources::getReference().messagesData();
-    uint16 *v = (uint16 *) data->data();
+	uint16 *v = (uint16 *) data->data();
 	uint16 v2, idVal;
 	messageId &= 0x7fff;
 

Modified: scummvm/trunk/engines/lure/system.cpp
===================================================================
--- scummvm/trunk/engines/lure/system.cpp	2006-05-11 07:25:54 UTC (rev 22406)
+++ scummvm/trunk/engines/lure/system.cpp	2006-05-11 07:59:50 UTC (rev 22407)
@@ -35,7 +35,7 @@
 }
 
 OSystem &System::getReference() {
-    return *int_system;
+	return *int_system;
 }
 
 } // end of namespace Lure


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