summaryrefslogtreecommitdiff
path: root/src/components/dbus/include/dbus/message_descriptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/dbus/include/dbus/message_descriptions.h')
-rw-r--r--src/components/dbus/include/dbus/message_descriptions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/dbus/include/dbus/message_descriptions.h b/src/components/dbus/include/dbus/message_descriptions.h
index 18c27ce0d6..a9e7a5e141 100644
--- a/src/components/dbus/include/dbus/message_descriptions.h
+++ b/src/components/dbus/include/dbus/message_descriptions.h
@@ -38,12 +38,13 @@
namespace ford_message_descriptions {
-enum ParameterType {Integer, Boolean, Float, String, Struct, Enum, Array};
+enum ParameterType { Integer, Boolean, Float, String, Struct, Enum, Array };
struct ParameterDescription {
const char* name;
const ParameterType type;
- const bool obligatory; // TODO (dchmerev@luxoft.com): rename to 'mandatory' as in HMI API description
+ const bool obligatory; // TODO (dchmerev@luxoft.com): rename to 'mandatory'
+ // as in HMI API description
};
struct ArrayDescription {
@@ -70,4 +71,3 @@ extern const MessageDescription* message_descriptions[];
} // namespace ford_message_descriptions
#endif // SRC_COMPONENTS_DBUS_INCLUDE_DBUS_MESSAGE_DESCRIPTIONS_H_
-