From c5869548e87c8b8cba4b41a80d2b9580e3d5b242 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 5 May 2017 18:40:21 +0200 Subject: [PATCH] Format Change-Id: I1c080f961f62a6816b0c36e960ae1ecbeb7fa00d Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/can/can-bus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CAN-binder/low-can-binding/can/can-bus.cpp b/CAN-binder/low-can-binding/can/can-bus.cpp index bca9d03..c49f4b4 100644 --- a/CAN-binder/low-can-binding/can/can-bus.cpp +++ b/CAN-binder/low-can-binding/can/can-bus.cpp @@ -83,8 +83,8 @@ int can_bus_t::can_reader() std::lock_guard can_message_lock(get_can_message_mutex()); { push_new_can_message(msg); } get_new_can_message_cv().notify_one(); - } } + } } else printf("Timeout\n"); -- 2.16.6