Formating
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 19 Apr 2017 16:30:46 +0000 (18:30 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Wed, 19 Apr 2017 16:30:46 +0000 (18:30 +0200)
Change-Id: Ib67fab1ecd5085e089769e7905cd5ebcd28b9c7c
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
CAN-binder/low-can-binding/configuration-generated.cpp
CAN-binder/low-can-binding/utils/socket.cpp

index 98227cb..f86f8a0 100644 (file)
@@ -340,8 +340,7 @@ configuration_t::configuration_t()
                        }
                }
        }
-{
-}
+{}
 
 const std::string configuration_t::get_diagnostic_bus() const
 {
index e75e27f..ee64348 100644 (file)
@@ -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)