summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/app_launch
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2017-06-21 16:27:35 -0400
committerJackLivio <jack@livio.io>2017-06-21 16:27:35 -0400
commit18172d58258874c8ef3852de3cdc4978a3cb9cd8 (patch)
tree15a935a7e109208d6c9d9fb81b217a5bcc87d16c /src/components/application_manager/src/app_launch
parente371baa2c6a0f683e74a4130623bf3d0b9fcc262 (diff)
downloadsdl_core-18172d58258874c8ef3852de3cdc4978a3cb9cd8.tar.gz
Fix for cov 171196
+ style fixes
Diffstat (limited to 'src/components/application_manager/src/app_launch')
-rw-r--r--src/components/application_manager/src/app_launch/apps_launcher.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/src/app_launch/apps_launcher.cc b/src/components/application_manager/src/app_launch/apps_launcher.cc
index 23ac02156d..bf3ce1e0a9 100644
--- a/src/components/application_manager/src/app_launch/apps_launcher.cc
+++ b/src/components/application_manager/src/app_launch/apps_launcher.cc
@@ -97,8 +97,8 @@ AppsLauncher::Launcher::Launcher(
const uint16_t app_launch_retry_wait_time)
: retry_index_(0)
, retry_timer_(
- "AppsLauncherTimer",
- new timer::TimerTaskImpl<Launcher>(this, &Launcher::LaunchNow))
+ "AppsLauncherTimer",
+ new timer::TimerTaskImpl<Launcher>(this, &Launcher::LaunchNow))
, app_launch_max_retry_attempt_(app_launch_max_retry_attempt)
, app_launch_retry_wait_time_(app_launch_retry_wait_time)
, connection_handler_(connection_handler)