From 26d7002ea8eb969e2d6235227fd460dcec0857f4 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 19 Apr 2017 18:30:46 +0200 Subject: Formating Change-Id: Ib67fab1ecd5085e089769e7905cd5ebcd28b9c7c Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/utils/socket.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CAN-binder/low-can-binding/utils') diff --git a/CAN-binder/low-can-binding/utils/socket.cpp b/CAN-binder/low-can-binding/utils/socket.cpp index e75e27f..ee64348 100644 --- a/CAN-binder/low-can-binding/utils/socket.cpp +++ b/CAN-binder/low-can-binding/utils/socket.cpp @@ -23,8 +23,7 @@ namespace utils /// @brief Construct a default, invalid, socket. socket_t::socket_t() : socket_{INVALID_SOCKET} - { - } + {} /// @brief Construct a socket by moving an existing one. socket_t::socket_t(socket_t&& s) -- cgit 1.2.3-korg