Format
[apps/agl-service-can-low-level.git] / low-can-binding / utils / signals.hpp
index c604b87..ddaf229 100644 (file)
@@ -37,7 +37,7 @@ namespace utils
                std::vector<std::shared_ptr<diagnostic_message_t> > diagnostic_messages;
        };
 
-       /// @brief Signal manager singleton hold subscription object with attached afb_event and its mutex 
+       /// @brief Signal manager singleton hold subscription object with attached afb_event and its mutex
        /// to read and write it safely.
        /// It can be used to browse CAN signals and Diagnostic messages vectors and find a particular signal to
        /// subscribe to.