summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-11-20 10:49:27 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2020-01-09 15:55:03 +0100
commit5b9913d4d7fcf273380b2aeb780cf0a42cc99725 (patch)
tree9992e8376c407792e251215a2dd30d10b45b8df6
parent45d94ded14cb99aafa8c93c5d1cce457551e48ea (diff)
decoder: fix left behind character
Bug-AGL: SPEC-2988 Change-Id: I28cf984024356925469b4971b993718276d1240f Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--low-can-binding/can/can-decoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/can/can-decoder.hpp b/low-can-binding/can/can-decoder.hpp
index 02a2c7e1..2f7823ad 100644
--- a/low-can-binding/can/can-decoder.hpp
+++ b/low-can-binding/can/can-decoder.hpp
@@ -38,4 +38,4 @@ public:
static openxc_DynamicField decode_signal(signal_t& signal, std::shared_ptr<message_t> message, bool* send);
static float decode_obd2_response(const DiagnosticResponse* response, float parsed_payload);
-}; \ No newline at end of file
+};