From 4da83afa5ac735ffbc9e2b354170af09bc1a0e8d Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 22 Aug 2011 09:48:42 +0200 Subject: BASE: Fix indentation --- base/plugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3