From d2434cd8d5ac2f850dd4de20c734e1719e32d163 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 7 Dec 2022 17:02:25 +0100 Subject: [PATCH] code-style fixes Signed-off-by: Steffen Vogel --- fpga/include/villas/fpga/core.hpp | 3 ++- fpga/include/villas/fpga/node.hpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fpga/include/villas/fpga/core.hpp b/fpga/include/villas/fpga/core.hpp index fba7691a1..10d796187 100644 --- a/fpga/include/villas/fpga/core.hpp +++ b/fpga/include/villas/fpga/core.hpp @@ -112,7 +112,8 @@ public: card(nullptr) { } - virtual ~Core() = default; + virtual + ~Core() = default; public: // Generic management interface for IPs diff --git a/fpga/include/villas/fpga/node.hpp b/fpga/include/villas/fpga/node.hpp index 1d0259928..c0171be2b 100644 --- a/fpga/include/villas/fpga/node.hpp +++ b/fpga/include/villas/fpga/node.hpp @@ -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: