]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/tables.cpp
Cosmetic changes
[stg.git] / projects / stargazer / plugins / other / smux / tables.cpp
index ad08c40f02acd03794aefa2b996d1ea6729ab2cd..25b2dd85d8372b880bfa1be5e85f3b45ccafbede 100644 (file)
@@ -31,8 +31,7 @@ while (!users.SearchNext(handle, &user))
     if (user->GetDeleted())
         continue;
     std::string tariffName(user->GetProperty().tariffName.ConstData());
-    std::map<std::string, size_t>::iterator it;
-    it = data.lower_bound(tariffName);
+    std::map<std::string, size_t>::iterator it(data.lower_bound(tariffName));
     if (it == data.end() ||
         it->first != tariffName)
         {