From abd185676c3ace3c7d6427e1a1cf4964a4edae1b Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 20 Nov 2019 10:49:27 +0100 Subject: [PATCH] decoder: fix left behind character Change-Id: I28cf984024356925469b4971b993718276d1240f Signed-off-by: Romain Forlot --- low-can-binding/can/can-decoder.cpp | 1 - low-can-binding/can/can-decoder.hpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/low-can-binding/can/can-decoder.cpp b/low-can-binding/can/can-decoder.cpp index a69a70b6..7e600518 100644 --- a/low-can-binding/can/can-decoder.cpp +++ b/low-can-binding/can/can-decoder.cpp @@ -108,7 +108,6 @@ float decoder_t::parse_signal_bitfield(signal_t& signal, std::shared_ptr message, bool* send); static float decode_obd2_response(const DiagnosticResponse* response, float parsed_payload); -}; \ No newline at end of file +}; -- 2.16.6