summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-10-12 15:09:59 -0400
committerJackLivio <jack@livio.io>2018-10-12 15:09:59 -0400
commitaf73f1fbe063e8afaa57edd0146166ae2b5e86d6 (patch)
tree0f661accb0ffb5ab272c3123daf4fb6d5efa934f
parent096951609edb5ddd0b35f537f0f1c63c8af0116b (diff)
downloadsdl_core-af73f1fbe063e8afaa57edd0146166ae2b5e86d6.tar.gz
Style
-rw-r--r--src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/mobile/get_interior_vehicle_data_request.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/mobile/get_interior_vehicle_data_request.cc b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/mobile/get_interior_vehicle_data_request.cc
index 3550a72e23..81573600c2 100644
--- a/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/mobile/get_interior_vehicle_data_request.cc
+++ b/src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/commands/mobile/get_interior_vehicle_data_request.cc
@@ -89,7 +89,8 @@ bool GetInteriorVehicleDataRequest::ProcessCapabilities() {
return true;
}
-void GetInteriorVehicleDataRequest::FilterDisabledModuleData(smart_objects::SmartObject& module_data) {
+void GetInteriorVehicleDataRequest::FilterDisabledModuleData(
+ smart_objects::SmartObject& module_data) {
// If radioEnable is false, remove all other radio parameters from the
// message.
if (module_data.keyExists(message_params::kRadioEnable) &&
@@ -101,7 +102,6 @@ void GetInteriorVehicleDataRequest::FilterDisabledModuleData(smart_objects::Smar
}
}
}
-
// If hdRadioEnable is false, find and remove the HDChannel if parameter is
// present.
if (module_data.keyExists(message_params::kHdRadioEnable) &&