]> git.stg.codes - stg.git/commitdiff
Ticket 26. Formatting fixed.
authorElena Mamontova <helenh463@gmail.com>
Mon, 14 Mar 2016 13:17:05 +0000 (15:17 +0200)
committerElena Mamontova <helenh463@gmail.com>
Mon, 14 Mar 2016 13:17:05 +0000 (15:17 +0200)
projects/stargazer/plugin_mgr.cpp

index b7ead90d9777cb700bc63b3df7231a529c87a11d..eec1d656fd7b5d5f27172c2144b7c118a1146ab9 100644 (file)
@@ -126,8 +126,8 @@ void PluginManager::reload(const SETTINGS_IMPL& settings)
     {
         for (size_t j = 0; j < modSettings.size(); j++)
         {
-           if (modSettings[j].moduleName == m_modules[i]->GetName()) 
-           {
+            if (modSettings[j].moduleName == m_modules[i]->GetName())
+            {
                 PLUGIN & plugin = m_modules[i]->GetPlugin();
                 if (m_modules[i]->Reload(modSettings[j]))
                 {
@@ -136,7 +136,7 @@ void PluginManager::reload(const SETTINGS_IMPL& settings)
                     printfd(__FILE__, "Error reloading module '%s': '%s'\n", plugin.GetVersion().c_str(),
                                                                              plugin.GetStrError().c_str());
                 }
-           }
+            }
         }
     }
 }