diff options
| author | Johannes Schickel | 2014-02-17 23:01:53 +0100 |
|---|---|---|
| committer | Johannes Schickel | 2014-02-17 23:01:53 +0100 |
| commit | 5c292339212c3f5c8228317d3a55ff5d067cf372 (patch) | |
| tree | 2a0a34fe89d7b86b737c32207b43304972f2c3fe /engines/cruise | |
| parent | 0138330464b3f4e8aa028e32f21bfac0874290dc (diff) | |
| download | scummvm-rg350-5c292339212c3f5c8228317d3a55ff5d067cf372.tar.gz scummvm-rg350-5c292339212c3f5c8228317d3a55ff5d067cf372.tar.bz2 scummvm-rg350-5c292339212c3f5c8228317d3a55ff5d067cf372.zip | |
CRUISE: Indent REGISTER_PLUGIN_* for consistency.
Diffstat (limited to 'engines/cruise')
| -rw-r--r-- | engines/cruise/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cruise/detection.cpp b/engines/cruise/detection.cpp index bce3f184db..a86c6e7931 100644 --- a/engines/cruise/detection.cpp +++ b/engines/cruise/detection.cpp @@ -286,7 +286,7 @@ bool CruiseMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGa #if PLUGIN_ENABLED_DYNAMIC(CRUISE) -REGISTER_PLUGIN_DYNAMIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine); + REGISTER_PLUGIN_DYNAMIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine); #else -REGISTER_PLUGIN_STATIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine); + REGISTER_PLUGIN_STATIC(CRUISE, PLUGIN_TYPE_ENGINE, CruiseMetaEngine); #endif |
