aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/detection.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-17 23:03:12 +0100
committerJohannes Schickel2014-02-17 23:03:12 +0100
commitb1dd05281f203119bbcaad12c8da929a35fa3848 (patch)
tree27fd9be973fc3b92ebe8ff680cc3695c59b086a8 /engines/tsage/detection.cpp
parent88469ba578755b36f2d488816aa808a75b01e8b3 (diff)
downloadscummvm-rg350-b1dd05281f203119bbcaad12c8da929a35fa3848.tar.gz
scummvm-rg350-b1dd05281f203119bbcaad12c8da929a35fa3848.tar.bz2
scummvm-rg350-b1dd05281f203119bbcaad12c8da929a35fa3848.zip
TSAGE: Indent REGISTER_PLUGIN_* for consistency.
Diffstat (limited to 'engines/tsage/detection.cpp')
-rw-r--r--engines/tsage/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tsage/detection.cpp b/engines/tsage/detection.cpp
index 5eae7557d2..9f830a1252 100644
--- a/engines/tsage/detection.cpp
+++ b/engines/tsage/detection.cpp
@@ -176,7 +176,7 @@ public:
};
#if PLUGIN_ENABLED_DYNAMIC(TSAGE)
-REGISTER_PLUGIN_DYNAMIC(TSAGE, PLUGIN_TYPE_ENGINE, TSageMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(TSAGE, PLUGIN_TYPE_ENGINE, TSageMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(TSAGE, PLUGIN_TYPE_ENGINE, TSageMetaEngine);
+ REGISTER_PLUGIN_STATIC(TSAGE, PLUGIN_TYPE_ENGINE, TSageMetaEngine);
#endif