[Scummvm-cvs-logs] SF.net SVN: scummvm:[55228] scummvm/trunk/common/config-manager.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jan 13 17:38:14 CET 2011


Revision: 55228
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55228&view=rev
Author:   lordhoto
Date:     2011-01-13 16:38:14 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
COMMON: Some slight formatting fixes in config-manager.cpp.

Modified Paths:
--------------
    scummvm/trunk/common/config-manager.cpp

Modified: scummvm/trunk/common/config-manager.cpp
===================================================================
--- scummvm/trunk/common/config-manager.cpp	2011-01-13 16:06:35 UTC (rev 55227)
+++ scummvm/trunk/common/config-manager.cpp	2011-01-13 16:38:14 UTC (rev 55228)
@@ -131,12 +131,12 @@
 		_gameDomains[domainName] = domain;
 
 		_domainSaveOrder.push_back(domainName);
-			
-			// Check if we have the same misc domain. For older config files
-			// we could have 'ghost' domains with the same name, so delete
-			// the ghost domain
-			if (_miscDomains.contains(domainName))
-				_miscDomains.erase(domainName);
+
+		// Check if we have the same misc domain. For older config files
+		// we could have 'ghost' domains with the same name, so delete
+		// the ghost domain
+		if (_miscDomains.contains(domainName))
+			_miscDomains.erase(domainName);
 	} else {
 		// Otherwise it's a miscellaneous domain
 		if (_miscDomains.contains(domainName))


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