summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeronica Veremjova <vveremjova@luxoft.com>2017-02-06 13:22:49 +0200
committerVeronica Veremjova <vveremjova@luxoft.com>2017-02-06 14:37:16 +0200
commit36182e1c82be96e6894c74d78d04c3cb4e037f89 (patch)
tree5ba5a09e0bf2c016d9b2f1e37dc9e1fd1ab5360a
parenta40c26f6ea53428453c3568671c3780e8ed25694 (diff)
downloadsdl_core-36182e1c82be96e6894c74d78d04c3cb4e037f89.tar.gz
Fix wrong indents
-rw-r--r--src/components/policy/policy_regular/src/policy_manager_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/src/policy_manager_impl.cc b/src/components/policy/policy_regular/src/policy_manager_impl.cc
index 3a4e9d6acb..8c3fbe5178 100644
--- a/src/components/policy/policy_regular/src/policy_manager_impl.cc
+++ b/src/components/policy/policy_regular/src/policy_manager_impl.cc
@@ -314,7 +314,8 @@ void PolicyManagerImpl::StartPTExchange() {
if (RequestPTUpdate() && !timer_retry_sequence_.is_running()) {
// Start retry sequency
const int timeout_sec = NextRetryTimeout();
- LOG4CXX_DEBUG(logger_, "Start retry sequence timeout = " << timeout_sec);
+ LOG4CXX_DEBUG(logger_,
+ "Start retry sequence timeout = " << timeout_sec);
timer_retry_sequence_.Start(timeout_sec, timer::kPeriodic);
}
}