[Scummvm-cvs-logs] SF.net SVN: scummvm: [25656] scummvm/trunk/engines/parallaction

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Feb 17 17:06:35 CET 2007


Revision: 25656
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25656&view=rev
Author:   eriktorbjorn
Date:     2007-02-17 08:06:34 -0800 (Sat, 17 Feb 2007)

Log Message:
-----------
Changed spaces to tabs again.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/dialogue.cpp
    scummvm/trunk/engines/parallaction/parallaction.cpp

Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp	2007-02-17 15:57:49 UTC (rev 25655)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp	2007-02-17 16:06:34 UTC (rev 25656)
@@ -457,7 +457,7 @@
 
 						while (e.kbd.ascii != 0xD && passwordLen < MAX_PASSWORD_LENGTH) {
 
-                            // FIXME: see comment for updateInput()
+							// FIXME: see comment for updateInput()
 							if (!g_system->pollEvent(e)) continue;
 							if (e.type != OSystem::EVENT_KEYDOWN) continue;
 							if (e.type != OSystem::EVENT_QUIT) g_system->quit();

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-02-17 15:57:49 UTC (rev 25655)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-02-17 16:06:34 UTC (rev 25656)
@@ -358,7 +358,7 @@
 			break;
 
 		case OSystem::EVENT_QUIT:
-            _system->quit();
+			_system->quit();
 			break;
 
 		default:
@@ -380,13 +380,13 @@
 	for (;;) {
 		g_system->pollEvent(e);
 
-        if (e.type == OSystem::EVENT_LBUTTONUP)
-            break;
+		if (e.type == OSystem::EVENT_LBUTTONUP)
+			break;
 
-        if (e.type == OSystem::EVENT_QUIT) {
-            g_system->quit();
-            break;
-        }
+		if (e.type == OSystem::EVENT_QUIT) {
+			g_system->quit();
+			break;
+		}
 
 		g_system->delayMillis(10);
 	}


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