aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/detection.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-02-16 23:43:15 -0500
committerPaul Gilbert2014-02-16 23:43:15 -0500
commitfe0376dbb0b1b21c6bfc396e55a3e1259514cef8 (patch)
treef93b353b7e46166d0ed637e80ae9339ff391c060 /engines/voyeur/detection.cpp
parentb2bf4c6b17116a6747a283d6e9dc11c79767cd72 (diff)
downloadscummvm-rg350-fe0376dbb0b1b21c6bfc396e55a3e1259514cef8.tar.gz
scummvm-rg350-fe0376dbb0b1b21c6bfc396e55a3e1259514cef8.tar.bz2
scummvm-rg350-fe0376dbb0b1b21c6bfc396e55a3e1259514cef8.zip
VOYEUR: Indent register plugin lines to match standard practice
Diffstat (limited to 'engines/voyeur/detection.cpp')
-rw-r--r--engines/voyeur/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/voyeur/detection.cpp b/engines/voyeur/detection.cpp
index 9a942b691a..8d3910e747 100644
--- a/engines/voyeur/detection.cpp
+++ b/engines/voyeur/detection.cpp
@@ -176,7 +176,7 @@ SaveStateDescriptor VoyeurMetaEngine::querySaveMetaInfos(const char *target, int
#if PLUGIN_ENABLED_DYNAMIC(VOYEUR)
-REGISTER_PLUGIN_DYNAMIC(VOYEUR, PLUGIN_TYPE_ENGINE, VoyeurMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(VOYEUR, PLUGIN_TYPE_ENGINE, VoyeurMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(VOYEUR, PLUGIN_TYPE_ENGINE, VoyeurMetaEngine);
+ REGISTER_PLUGIN_STATIC(VOYEUR, PLUGIN_TYPE_ENGINE, VoyeurMetaEngine);
#endif