diff options
author | Johannes Schickel | 2014-02-17 23:02:38 +0100 |
---|---|---|
committer | Johannes Schickel | 2014-02-17 23:02:38 +0100 |
commit | 859536dd3a78c81150247cf4b90ed4294c9f100c (patch) | |
tree | 966932fcb5bb93c3c72299d77ff15b3d200ce891 | |
parent | 5094cb90a2d411747076e6df1130ee5d0d5de2cb (diff) | |
download | scummvm-rg350-859536dd3a78c81150247cf4b90ed4294c9f100c.tar.gz scummvm-rg350-859536dd3a78c81150247cf4b90ed4294c9f100c.tar.bz2 scummvm-rg350-859536dd3a78c81150247cf4b90ed4294c9f100c.zip |
TEENAGENT: Indent REGISTER_PLUGIN_* for consistency.
-rw-r--r-- | engines/teenagent/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/teenagent/detection.cpp b/engines/teenagent/detection.cpp index f9f5d2f13a..2d1ff4c2e1 100644 --- a/engines/teenagent/detection.cpp +++ b/engines/teenagent/detection.cpp @@ -184,7 +184,7 @@ public: }; #if PLUGIN_ENABLED_DYNAMIC(TEENAGENT) -REGISTER_PLUGIN_DYNAMIC(TEENAGENT, PLUGIN_TYPE_ENGINE, TeenAgentMetaEngine); + REGISTER_PLUGIN_DYNAMIC(TEENAGENT, PLUGIN_TYPE_ENGINE, TeenAgentMetaEngine); #else -REGISTER_PLUGIN_STATIC(TEENAGENT, PLUGIN_TYPE_ENGINE, TeenAgentMetaEngine); + REGISTER_PLUGIN_STATIC(TEENAGENT, PLUGIN_TYPE_ENGINE, TeenAgentMetaEngine); #endif |