mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
code-style fixes
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
4593f6c42f
commit
d2434cd8d5
2 changed files with 4 additions and 3 deletions
|
@ -112,7 +112,8 @@ public:
|
|||
card(nullptr)
|
||||
{ }
|
||||
|
||||
virtual ~Core() = default;
|
||||
virtual
|
||||
~Core() = default;
|
||||
|
||||
public:
|
||||
// Generic management interface for IPs
|
||||
|
|
|
@ -142,8 +142,8 @@ public:
|
|||
bool connectLoopback();
|
||||
|
||||
protected:
|
||||
virtual bool
|
||||
connectInternal(const std::string &slavePort,
|
||||
virtual
|
||||
bool connectInternal(const std::string &slavePort,
|
||||
const std::string &masterPort);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue