summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/utils/socket.cpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-04-19 18:30:46 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-04-19 18:30:46 +0200
commit26d7002ea8eb969e2d6235227fd460dcec0857f4 (patch)
treeef7192ad2803cb4873902a46647e59058c383b27 /CAN-binder/low-can-binding/utils/socket.cpp
parent8d1b3f044294db603c33365c0ace70a1fca211c3 (diff)
Formating
Change-Id: Ib67fab1ecd5085e089769e7905cd5ebcd28b9c7c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/utils/socket.cpp')
-rw-r--r--CAN-binder/low-can-binding/utils/socket.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/CAN-binder/low-can-binding/utils/socket.cpp b/CAN-binder/low-can-binding/utils/socket.cpp
index e75e27f2..ee64348a 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)