aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-17 23:01:36 +0100
committerJohannes Schickel2014-02-17 23:01:36 +0100
commit0138330464b3f4e8aa028e32f21bfac0874290dc (patch)
treee1a98f401d9fc7a250dd1933d3e92562b5bebd5b
parent299c74bd46500d1cace3c3a6d18d63d29a88ff3f (diff)
downloadscummvm-rg350-0138330464b3f4e8aa028e32f21bfac0874290dc.tar.gz
scummvm-rg350-0138330464b3f4e8aa028e32f21bfac0874290dc.tar.bz2
scummvm-rg350-0138330464b3f4e8aa028e32f21bfac0874290dc.zip
COMPOSER: Indent REGISTER_PLUGIN_* for consistency.
-rw-r--r--engines/composer/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 8411441c60..219067978d 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -420,7 +420,7 @@ bool Composer::ComposerEngine::hasFeature(EngineFeature f) const {
}
#if PLUGIN_ENABLED_DYNAMIC(COMPOSER)
-REGISTER_PLUGIN_DYNAMIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine);
+ REGISTER_PLUGIN_STATIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine);
#endif