]> git.stg.codes - stg.git/commitdiff
Stylistic changes
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 12 Sep 2011 09:37:54 +0000 (12:37 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 12 Sep 2011 09:37:54 +0000 (12:37 +0300)
projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp

index a86933bc4180746e44be5a0cf81528660b2b9e7e..512584c7e3ae45d6c71b69d719c4792718e2c630 100644 (file)
@@ -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());
         }