CRUISE: Indent REGISTER_PLUGIN_* for consistency.
This commit is contained in:
parent
0138330464
commit
5c29233921
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue