From: Maxim Mamontov <faust.madf@gmail.com>
Date: Mon, 12 Sep 2011 09:37:54 +0000 (+0300)
Subject: Stylistic changes
X-Git-Tag: 2.408-rc1~84
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/1a494f2f54ac08ce3bce21d2e2a29f63c0ce0b91

Stylistic changes
---

diff --git a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
index a86933bc..512584c7 100644
--- a/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
+++ b/projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
@@ -511,8 +511,8 @@ while (ia->nonstop)
     {
     usleep(20000);
     ia->Timeouter();
-    // TODO cahange counter to timer and MONITOR_TIME_DELAY_SEC
-    if (++a % (50*60) == 0 && ia->stgSettings->GetMonitoring())
+    // TODO change counter to timer and MONITOR_TIME_DELAY_SEC
+    if (++a % (50 * 60) == 0 && ia->stgSettings->GetMonitoring())
         {
         TouchFile(monFile.c_str());
         }