aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-17 23:03:28 +0100
committerJohannes Schickel2014-02-17 23:03:28 +0100
commit3333084eaf43c47d30dbb0b08d87e6b57c501d11 (patch)
tree4daf20cd1a51ca3fe0408f595f47d19b432757f5 /engines/wintermute
parentb1dd05281f203119bbcaad12c8da929a35fa3848 (diff)
downloadscummvm-rg350-3333084eaf43c47d30dbb0b08d87e6b57c501d11.tar.gz
scummvm-rg350-3333084eaf43c47d30dbb0b08d87e6b57c501d11.tar.bz2
scummvm-rg350-3333084eaf43c47d30dbb0b08d87e6b57c501d11.zip
WINTERMUTE: Indent REGISTER_PLUGIN_* for consistency.
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp
index f4bd437803..565080cfcf 100644
--- a/engines/wintermute/detection.cpp
+++ b/engines/wintermute/detection.cpp
@@ -185,7 +185,7 @@ public:
} // End of namespace Wintermute
#if PLUGIN_ENABLED_DYNAMIC(WINTERMUTE)
-REGISTER_PLUGIN_DYNAMIC(WINTERMUTE, PLUGIN_TYPE_ENGINE, Wintermute::WintermuteMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(WINTERMUTE, PLUGIN_TYPE_ENGINE, Wintermute::WintermuteMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(WINTERMUTE, PLUGIN_TYPE_ENGINE, Wintermute::WintermuteMetaEngine);
+ REGISTER_PLUGIN_STATIC(WINTERMUTE, PLUGIN_TYPE_ENGINE, Wintermute::WintermuteMetaEngine);
#endif