summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-06-18 16:50:58 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-06-18 16:50:58 -0400
commitf8a56930b28ea8889475d45d44035ffb43b8515b (patch)
tree38f1a4b54688ddd174d8dff9446afa5bc4dca636
parent405ad5fe9e6365fc50ca8894395d1094ca4d36c7 (diff)
downloadsdl_core-f8a56930b28ea8889475d45d44035ffb43b8515b.tar.gz
style fix, again
-rw-r--r--src/components/application_manager/src/message_helper/message_helper.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/application_manager/src/message_helper/message_helper.cc b/src/components/application_manager/src/message_helper/message_helper.cc
index 56989028fc..016a6b6e2c 100644
--- a/src/components/application_manager/src/message_helper/message_helper.cc
+++ b/src/components/application_manager/src/message_helper/message_helper.cc
@@ -188,8 +188,9 @@ std::pair<std::string,
mobile_apis::VehicleDataType::VEHICLEDATA_ODOMETER),
std::make_pair(strings::belt_status,
mobile_apis::VehicleDataType::VEHICLEDATA_BELTSTATUS),
- std::make_pair(strings::electronic_park_brake_status,
- mobile_apis::VehicleDataType::VEHICLEDATA_ELECTRONICPARKBRAKESTATUS),
+ std::make_pair(
+ strings::electronic_park_brake_status,
+ mobile_apis::VehicleDataType::VEHICLEDATA_ELECTRONICPARKBRAKESTATUS),
std::make_pair(strings::body_information,
mobile_apis::VehicleDataType::VEHICLEDATA_BODYINFO),
std::make_pair(strings::device_status,