Adding also diagnostic request to systemd event loop
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / diagnostic / diagnostic-message.hpp
index 064904d..e49acd9 100644 (file)
@@ -41,7 +41,8 @@ enum UNIT {
 ///
 /// @brief - A representation of an OBD-II PID.
 ///
-class diagnostic_message_t {
+class diagnostic_message_t
+{
        private:
                uint8_t pid_; /*!< pid_ - The 1 byte PID.*/
                std::string generic_name_; /*!< generic_name_ - A human readable name to use for this PID when published.*/