From 917249679d4a8cd2848964eea8c2a81a7e8d0bf5 Mon Sep 17 00:00:00 2001 From: Peter M. Groen Date: Sat, 4 Jun 2022 02:40:02 +0200 Subject: [PATCH] Fix whitespace --- src/ModbusConnections.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ModbusConnections.h b/src/ModbusConnections.h index b345285..171e4cb 100644 --- a/src/ModbusConnections.h +++ b/src/ModbusConnections.h @@ -13,8 +13,12 @@ #include #include +/// using AdapterList = std::vector>; +/*! + * \brief The ModbusConnections class + */ class ModbusConnections { public: @@ -33,7 +37,7 @@ public: * \param config * \return */ - bool CreateConnection( const ConnectionConfig &config ); + bool CreateConnection( const ConnectionConfig &config ); /*! * \brief DeleteConnection @@ -41,7 +45,7 @@ public: * \param endpoint * \return */ - bool DeleteConnection( const ConnectionPort portName, const std::string &endpoint = std::string() ); + bool DeleteConnection( const ConnectionPort portName, const std::string &endpoint = std::string() ); /*! * \brief ConnectionCount -- libgit2 0.21.4