From 0b4dccf94a2a6b1ff4f5dc233b0ce0977927096d Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 24 Apr 2017 19:16:16 +0200 Subject: Misc: Cleanup, typo, formating and comments update. Change-Id: Icac565b9a3a80dc05a1a3470a35e223c8c564347 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp') diff --git a/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp b/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp index 064904d2..e49acd90 100644 --- a/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp +++ b/CAN-binder/low-can-binding/diagnostic/diagnostic-message.hpp @@ -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.*/ -- cgit 1.2.3-korg