summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhitAd <adlakhshobhit@gmail.com>2018-11-01 16:29:13 -0500
committerShobhitAd <adlakhshobhit@gmail.com>2018-11-01 16:29:13 -0500
commit548f512332463e0d4cb5aadd521951fa2cd5bfbe (patch)
tree127d4a610f9b9b8337416fa370b0e5be298b1d1f
parent3d2eb5f2d7c49f0dacfb6c480de9a8fd0d8b0c10 (diff)
downloadsdl_core-548f512332463e0d4cb5aadd521951fa2cd5bfbe.tar.gz
Style fix
-rw-r--r--src/components/application_manager/src/message_helper/message_helper.cc2
1 files changed, 1 insertions, 1 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 c5e40a18cf..2f86c50013 100644
--- a/src/components/application_manager/src/message_helper/message_helper.cc
+++ b/src/components/application_manager/src/message_helper/message_helper.cc
@@ -176,7 +176,7 @@ std::pair<std::string,
mobile_apis::VehicleDataType::VEHICLEDATA_FUELCONSUMPTION),
std::make_pair(strings::fuel_range,
mobile_apis::VehicleDataType::VEHICLEDATA_FUELRANGE),
- std::make_pair(strings::cloud_app_vehicle_id,
+ std::make_pair(strings::cloud_app_vehicle_id,
mobile_apis::VehicleDataType::VEHICLEDATA_CLOUDAPPVEHICLEID),
std::make_pair(strings::external_temp,
mobile_apis::VehicleDataType::VEHICLEDATA_EXTERNTEMP),