summaryrefslogtreecommitdiff
path: root/src/components/config_profile/src
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2016-09-21 10:27:43 -0400
committerJacob Keeler <jacob.keeler@livioradio.com>2016-09-21 10:27:43 -0400
commit0fdd32f58dbedf7e175d5ab8b3e04b4edd3d9526 (patch)
treec8e182f05b28e4264846141c733a43c4a72de460 /src/components/config_profile/src
parentdd6c53b143992f967cd42a7c5c327e57e80a217e (diff)
downloadsdl_core-0fdd32f58dbedf7e175d5ab8b3e04b4edd3d9526.tar.gz
Fix style issues
Diffstat (limited to 'src/components/config_profile/src')
-rw-r--r--src/components/config_profile/src/ini_file.cc3
-rw-r--r--src/components/config_profile/src/profile.cc3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/components/config_profile/src/ini_file.cc b/src/components/config_profile/src/ini_file.cc
index d4d6208401..3245b096cb 100644
--- a/src/components/config_profile/src/ini_file.cc
+++ b/src/components/config_profile/src/ini_file.cc
@@ -278,7 +278,8 @@ char ini_write_value(const char* fname,
if (0 != rename(temp_fname, fname)) {
if (0 != remove(temp_fname)) {
- LOG4CXX_WARN_WITH_ERRNO(logger_, "Unable to remove temp file: " << std::string(temp_fname));
+ LOG4CXX_WARN_WITH_ERRNO(
+ logger_, "Unable to remove temp file: " << std::string(temp_fname));
}
return FALSE;
}
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index 9224a454a3..b5ea924b49 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -315,7 +315,8 @@ Profile::Profile()
, max_cmd_id_(kDefaultMaxCmdId)
, default_timeout_(kDefaultTimeout)
, app_resuming_timeout_(kDefaultAppResumingTimeout)
- , app_resumption_save_persistent_data_timeout_(kDefaultAppSavePersistentDataTimeout)
+ , app_resumption_save_persistent_data_timeout_(
+ kDefaultAppSavePersistentDataTimeout)
, app_dir_quota_(kDefaultDirQuota)
, app_hmi_level_none_time_scale_max_requests_(
kDefaultAppHmiLevelNoneTimeScaleMaxRequests)