aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/detection.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-17 23:02:07 +0100
committerJohannes Schickel2014-02-17 23:02:07 +0100
commita1628bfa3fda49078fe818d292c784021c96f572 (patch)
tree3e4b181c352c6eba9df8c5b4173f2b8fa1f5fb5a /engines/hopkins/detection.cpp
parent5c292339212c3f5c8228317d3a55ff5d067cf372 (diff)
downloadscummvm-rg350-a1628bfa3fda49078fe818d292c784021c96f572.tar.gz
scummvm-rg350-a1628bfa3fda49078fe818d292c784021c96f572.tar.bz2
scummvm-rg350-a1628bfa3fda49078fe818d292c784021c96f572.zip
HOPKINS: Indent REGISTER_PLUGIN_* for consistency.
Diffstat (limited to 'engines/hopkins/detection.cpp')
-rw-r--r--engines/hopkins/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/detection.cpp b/engines/hopkins/detection.cpp
index b81f51e607..072c591dae 100644
--- a/engines/hopkins/detection.cpp
+++ b/engines/hopkins/detection.cpp
@@ -215,7 +215,7 @@ SaveStateDescriptor HopkinsMetaEngine::querySaveMetaInfos(const char *target, in
#if PLUGIN_ENABLED_DYNAMIC(HOPKINS)
-REGISTER_PLUGIN_DYNAMIC(HOPKINS, PLUGIN_TYPE_ENGINE, HopkinsMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(HOPKINS, PLUGIN_TYPE_ENGINE, HopkinsMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(HOPKINS, PLUGIN_TYPE_ENGINE, HopkinsMetaEngine);
+ REGISTER_PLUGIN_STATIC(HOPKINS, PLUGIN_TYPE_ENGINE, HopkinsMetaEngine);
#endif