From 26d7002ea8eb969e2d6235227fd460dcec0857f4 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 19 Apr 2017 18:30:46 +0200 Subject: [PATCH] Formating Change-Id: Ib67fab1ecd5085e089769e7905cd5ebcd28b9c7c Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/configuration-generated.cpp | 3 +-- CAN-binder/low-can-binding/utils/socket.cpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CAN-binder/low-can-binding/configuration-generated.cpp b/CAN-binder/low-can-binding/configuration-generated.cpp index 98227cb5..f86f8a0c 100644 --- a/CAN-binder/low-can-binding/configuration-generated.cpp +++ b/CAN-binder/low-can-binding/configuration-generated.cpp @@ -340,8 +340,7 @@ configuration_t::configuration_t() } } } -{ -} +{} const std::string configuration_t::get_diagnostic_bus() const { 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) -- 2.16.6