[Scummvm-cvs-logs] scummvm master -> c70f7cb1a7f518e8e5ce328c4f2161e791aa861f

lordhoto lordhoto at gmail.com
Sat Jan 25 19:36:43 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c70f7cb1a7 BASE: Small formatting fix.


Commit: c70f7cb1a7f518e8e5ce328c4f2161e791aa861f
    https://github.com/scummvm/scummvm/commit/c70f7cb1a7f518e8e5ce328c4f2161e791aa861f
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2014-01-25T10:34:03-08:00

Commit Message:
BASE: Small formatting fix.

Changed paths:
    base/plugins.cpp



diff --git a/base/plugins.cpp b/base/plugins.cpp
index b8cd097..a232bb1 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -295,7 +295,7 @@ bool PluginManagerUncached::loadPluginFromGameId(const Common::String &gameId) {
 		if (domain->contains(gameId)) {
 			Common::String filename = (*domain)[gameId];
 
-		    if (loadPluginByFileName(filename)) {
+			if (loadPluginByFileName(filename)) {
 				return true;
 			}
 		}






More information about the Scummvm-git-logs mailing list