aboutsummaryrefslogtreecommitdiff
path: root/base/plugins.cpp
diff options
context:
space:
mode:
authorSven Hesse2011-08-22 09:48:42 +0200
committerSven Hesse2011-08-22 09:48:42 +0200
commit4da83afa5ac735ffbc9e2b354170af09bc1a0e8d (patch)
treef26316af298e91a538b57482db6c4b4acef9fe3d /base/plugins.cpp
parent58ab4cdab79c2f55a96f373f948d47fabded68b4 (diff)
downloadscummvm-rg350-4da83afa5ac735ffbc9e2b354170af09bc1a0e8d.tar.gz
scummvm-rg350-4da83afa5ac735ffbc9e2b354170af09bc1a0e8d.tar.bz2
scummvm-rg350-4da83afa5ac735ffbc9e2b354170af09bc1a0e8d.zip
BASE: Fix indentation
Diffstat (limited to 'base/plugins.cpp')
-rw-r--r--base/plugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp
index 737ffa3b59..4fa1a961da 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)