summaryrefslogtreecommitdiff
path: root/src/components/policy
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-07-18 15:01:15 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-07-18 15:01:15 -0400
commit1257372af4cc6d6b350f4a91ec823f9c00161858 (patch)
tree13059c3fe739240dac6f68ab196c7205eba81dfb /src/components/policy
parentbaccac8a8b4ad7f9eca9130cf24b0ca35d6cfd4d (diff)
downloadsdl_core-1257372af4cc6d6b350f4a91ec823f9c00161858.tar.gz
style fix
Diffstat (limited to 'src/components/policy')
-rw-r--r--src/components/policy/policy_regular/src/cache_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_regular/src/cache_manager.cc b/src/components/policy/policy_regular/src/cache_manager.cc
index bfca801f74..64a16e5e6e 100644
--- a/src/components/policy/policy_regular/src/cache_manager.cc
+++ b/src/components/policy/policy_regular/src/cache_manager.cc
@@ -103,7 +103,7 @@ CacheManager::CacheManager()
: CacheManagerInterface()
, pt_(new policy_table::Table)
, backup_(new SQLPTRepresentation())
- , update_required(false){
+ , update_required(false) {
LOG4CXX_AUTO_TRACE(logger_);
backuper_ = new BackgroundBackuper(this);
backup_thread_ = threads::CreateThread("Backup thread", backuper_);