[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.54,1.55

Max Horn fingolfin at users.sourceforge.net
Fri Nov 19 17:57:03 CET 2004


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7705/base

Modified Files:
	main.cpp 
Log Message:
whitespaces

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- main.cpp	15 Nov 2004 04:41:48 -0000	1.54
+++ main.cpp	20 Nov 2004 01:55:53 -0000	1.55
@@ -392,7 +392,7 @@
 	// FIXME: We're now looping the launcher. This, of course, doesn't
 	// work as well as it should. In theory everything should be destroyed
 	// cleanly, so this is now enabled to encourage people to fix bits :)
-	while(running) {
+	while (running) {
 		// Verify the given game name is a valid supported game
 		if (detector.detectMain()) {
 			// Unload all plugins not needed for this game,
@@ -411,7 +411,7 @@
 			PluginManager::instance().loadPlugins();
 		}
 
-               	launcherDialog(detector, system);
+		launcherDialog(detector, system);
 	}
 
 	// ...and quit (the return 0 should never be reached)





More information about the Scummvm-git-logs mailing list