[Scummvm-cvs-logs] SF.net SVN: scummvm: [24511] scummvm/trunk/gui/newgui.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Oct 25 23:06:55 CEST 2006


Revision: 24511
          http://svn.sourceforge.net/scummvm/?rev=24511&view=rev
Author:   lordhoto
Date:     2006-10-25 14:06:49 -0700 (Wed, 25 Oct 2006)

Log Message:
-----------
Formatting.

Modified Paths:
--------------
    scummvm/trunk/gui/newgui.cpp

Modified: scummvm/trunk/gui/newgui.cpp
===================================================================
--- scummvm/trunk/gui/newgui.cpp	2006-10-25 20:18:16 UTC (rev 24510)
+++ scummvm/trunk/gui/newgui.cpp	2006-10-25 21:06:49 UTC (rev 24511)
@@ -109,14 +109,12 @@
 
 	Common::String styleType;
 	Common::ConfigFile cfg;
-	if (loadNewTheme(style))
+	if (loadNewTheme(style)) {
 	   loadClassicTheme = false;
-	else
-	{
+	} else {
 	   loadClassicTheme = true;
 	   warning("falling back to classic style");
 	}
-
 #endif
 	
 	if (loadClassicTheme) {


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