]> git.stg.codes - stg.git/commitdiff
Fixed compiler complaints.
authorMaxim Mamontov <faust.madf@gmail.com>
Sat, 31 Jan 2015 18:15:48 +0000 (20:15 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Sat, 31 Jan 2015 18:15:48 +0000 (20:15 +0200)
projects/stargazer/plugins/configuration/sgconfig/parser_users.cpp

index 23cb17def527966b517a54545c5f8ab182318ae0..c54ae8eb95aa9a1b03bcdbb2426e7eeea99d0232 100644 (file)
@@ -574,8 +574,8 @@ int CHG_USER::ApplyChanges()
         if (!u->GetProperty().realName.Set(m_ucr.realName.const_data(), &m_currAdmin, m_login, &m_store))
             return -1;
 
-
     if (!m_usr.cash.empty())
+    {
         if (m_cashMustBeAdded)
         {
             if (!u->GetProperty().cash.Set(m_usr.cash.const_data() + u->GetProperty().cash,
@@ -590,7 +590,7 @@ int CHG_USER::ApplyChanges()
             if (!u->GetProperty().cash.Set(m_usr.cash.const_data(), &m_currAdmin, m_login, &m_store, m_cashMsg))
                 return -1;
         }
-
+    }
 
     if (!m_ucr.tariffName.empty())
     {