summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/message_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/include/application_manager/message_helper.h')
-rw-r--r--src/components/application_manager/include/application_manager/message_helper.h12
1 files changed, 5 insertions, 7 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);