aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/utils
diff options
context:
space:
mode:
Diffstat (limited to 'CAN-binder/low-can-binding/utils')
-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)