[Scummvm-cvs-logs] scummvm master -> 4da83afa5ac735ffbc9e2b354170af09bc1a0e8d

DrMcCoy drmccoy at drmccoy.de
Mon Aug 22 09:53:22 CEST 2011


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:
4da83afa5a BASE: Fix indentation


Commit: 4da83afa5ac735ffbc9e2b354170af09bc1a0e8d
    https://github.com/scummvm/scummvm/commit/4da83afa5ac735ffbc9e2b354170af09bc1a0e8d
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-08-22T00:48:42-07:00

Commit Message:
BASE: Fix indentation

Changed paths:
    base/plugins.cpp



diff --git a/base/plugins.cpp b/base/plugins.cpp
index 737ffa3..4fa1a96 100644
--- a/base/plugins.cpp
+++ b/base/plugins.cpp
@@ -190,7 +190,7 @@ public:
 		// static/dynamic plugin, like it's done for the engines
 		LINK_PLUGIN(AUTO)
 		LINK_PLUGIN(NULL)
-    #if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
+		#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
 		LINK_PLUGIN(WINDOWS)
 		#endif
 		#if defined(USE_ALSA)






More information about the Scummvm-git-logs mailing list