summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-07-31 10:57:33 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-07-31 10:57:33 -0400
commitb22c65d4181a67345e79f409fd61e780be01e48c (patch)
tree659be1f1da00f090a25aece4b3d984e02a1d6f38 /src/components
parent8bb20b6fcc0cbb1bb777331359c60d4f728674e1 (diff)
downloadsdl_core-b22c65d4181a67345e79f409fd61e780be01e48c.tar.gz
style fix
Diffstat (limited to 'src/components')
-rw-r--r--src/components/application_manager/include/application_manager/message_helper.h12
-rw-r--r--src/components/application_manager/test/mock_message_helper.cc3
2 files changed, 7 insertions, 8 deletions
diff --git a/src/components/application_manager/include/application_manager/message_helper.h b/src/components/application_manager/include/application_manager/message_helper.h
index bfdadd40c9..8e59a7307f 100644
--- a/src/components/application_manager/include/application_manager/message_helper.h
+++ b/src/components/application_manager/include/application_manager/message_helper.h
@@ -635,22 +635,20 @@ class MessageHelper {
smart_objects::SmartObject& image,
ApplicationConstSharedPtr app,
ApplicationManager& app_mngr);
-
+
/**
* @brief Stores whether a choice set has correct VRCommands
* MIXED means some choices have VRCommands and others don't
* ALL means all do, NONE means none do
- */
- enum ChoiceSetVRCommandsStatus {
- MIXED, ALL, NONE
- };
+ */
+ enum ChoiceSetVRCommandsStatus { MIXED, ALL, NONE };
-
/**
* @brief Check whether each choice in the set has the vrCommands parameter
* vrCommands is an all-or-none deal
* @param choice set to check
- * @return a ChoiceSetVRCommandsStatus representing the state of the choice set
+ * @return a ChoiceSetVRCommandsStatus representing the state of the choice
+ * set
*/
static ChoiceSetVRCommandsStatus CheckChoiceSetVRCommands(
const smart_objects::SmartObject& choice_set);
diff --git a/src/components/application_manager/test/mock_message_helper.cc b/src/components/application_manager/test/mock_message_helper.cc
index 8ab70130c2..0850361a20 100644
--- a/src/components/application_manager/test/mock_message_helper.cc
+++ b/src/components/application_manager/test/mock_message_helper.cc
@@ -343,7 +343,8 @@ mobile_apis::Result::eType MessageHelper::VerifyImage(
MessageHelper::ChoiceSetVRCommandsStatus
MessageHelper::CheckChoiceSetVRCommands(
const smart_objects::SmartObject& choice_set) {
- return MockMessageHelper::message_helper_mock()->CheckChoiceSetVRCommands(choice_set);
+ return MockMessageHelper::message_helper_mock()->CheckChoiceSetVRCommands(
+ choice_set);
}
mobile_apis::Result::eType MessageHelper::VerifyImageFiles(