aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-17 23:01:13 +0100
committerJohannes Schickel2014-02-17 23:01:13 +0100
commit299c74bd46500d1cace3c3a6d18d63d29a88ff3f (patch)
treef3d1ff5409ed042b3fffa3a95fa23985c9645753 /engines
parent8b9eb3148f1b2a350dbafd456f798c9ec9cb65ae (diff)
downloadscummvm-rg350-299c74bd46500d1cace3c3a6d18d63d29a88ff3f.tar.gz
scummvm-rg350-299c74bd46500d1cace3c3a6d18d63d29a88ff3f.tar.bz2
scummvm-rg350-299c74bd46500d1cace3c3a6d18d63d29a88ff3f.zip
CGE: Indent REGISTER_PLUGIN_* for consistency.
Diffstat (limited to 'engines')
-rw-r--r--engines/cge/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp
index 11f2a43854..7cd6d6eac2 100644
--- a/engines/cge/detection.cpp
+++ b/engines/cge/detection.cpp
@@ -308,7 +308,7 @@ bool CGEMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGameD
}
#if PLUGIN_ENABLED_DYNAMIC(CGE)
-REGISTER_PLUGIN_DYNAMIC(CGE, PLUGIN_TYPE_ENGINE, CGEMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(CGE, PLUGIN_TYPE_ENGINE, CGEMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(CGE, PLUGIN_TYPE_ENGINE, CGEMetaEngine);
+ REGISTER_PLUGIN_STATIC(CGE, PLUGIN_TYPE_ENGINE, CGEMetaEngine);
#endif