[STYLE] Daemon code style fix
authorAlexander Aksenov <a.aksenov@samsung.com>
Thu, 28 Nov 2013 13:05:23 +0000 (17:05 +0400)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 28 Nov 2013 13:37:47 +0000 (13:37 +0000)
Change-Id: I1c76f33bb4c4c7f45ba62eacaf9f4a5421f56d09
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
daemon/daemon.c

index 50db0fd..48a2042 100644 (file)
@@ -303,7 +303,7 @@ static int stop_app_launch_timer()
 
 static inline void inc_apps_to_run()
 {
-               manager.apps_to_run++;
+       manager.apps_to_run++;
 }
 
 static inline void dec_apps_to_run()
@@ -314,7 +314,7 @@ static inline void dec_apps_to_run()
 
 static inline int get_apps_to_run()
 {
-               return manager.apps_to_run;
+       return manager.apps_to_run;
 }
 
 int kill_app_by_info(const struct app_info_t *app_info)