summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/src/policy_table
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-08-09 13:33:15 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-08-09 13:33:15 -0400
commita68ecb3ac7278e1cc0d6c425ad54527e5376d0ed (patch)
tree087c4b88faf97dfb453d008f2f504396a882200e /src/components/policy/policy_regular/src/policy_table
parentc55471953afa6642b3cbc017c96570f5c854a61f (diff)
downloadsdl_core-a68ecb3ac7278e1cc0d6c425ad54527e5376d0ed.tar.gz
yet another style fix
Diffstat (limited to 'src/components/policy/policy_regular/src/policy_table')
-rw-r--r--src/components/policy/policy_regular/src/policy_table/types.cc8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/policy/policy_regular/src/policy_table/types.cc b/src/components/policy/policy_regular/src/policy_table/types.cc
index 6e692ce7cb..851ed1bd18 100644
--- a/src/components/policy/policy_regular/src/policy_table/types.cc
+++ b/src/components/policy/policy_regular/src/policy_table/types.cc
@@ -495,7 +495,8 @@ void ModuleConfig::SafeCopyFrom(const ModuleConfig& from) {
Json::Value ModuleConfig::ToJsonValue() const {
Json::Value result__(Json::objectValue);
impl::WriteJsonField("preloaded_pt", preloaded_pt, &result__);
- impl::WriteJsonField("full_app_id_supported", full_app_id_supported, &result__);
+ impl::WriteJsonField(
+ "full_app_id_supported", full_app_id_supported, &result__);
impl::WriteJsonField("exchange_after_x_ignition_cycles",
exchange_after_x_ignition_cycles,
&result__);
@@ -572,7 +573,7 @@ bool ModuleConfig::is_initialized() const {
bool ModuleConfig::struct_empty() const {
if (preloaded_pt.is_initialized()) {
return false;
- }
+ }
if (full_app_id_supported.is_initialized()) {
return false;
}
@@ -626,7 +627,8 @@ void ModuleConfig::ReportErrors(rpc::ValidationReport* report__) const {
preloaded_pt.ReportErrors(&report__->ReportSubobject("preloaded_pt"));
}
if (!full_app_id_supported.is_valid()) {
- full_app_id_supported.ReportErrors(&report__->ReportSubobject("full_app_id_supported"));
+ full_app_id_supported.ReportErrors(
+ &report__->ReportSubobject("full_app_id_supported"));
}
if (!exchange_after_x_ignition_cycles.is_valid()) {
exchange_after_x_ignition_cycles.ReportErrors(