From 89d2fc38d2757635520e9ea8e5e4821852874e1a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 2 Dec 2022 18:23:48 +0100 Subject: [PATCH] fix code-style Signed-off-by: Steffen Vogel --- include/villas/node.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/villas/node.hpp b/include/villas/node.hpp index 9bc249379..afecf46c0 100644 --- a/include/villas/node.hpp +++ b/include/villas/node.hpp @@ -459,14 +459,14 @@ public: return vectorize; } - virtual std::string - getName() const + virtual + std::string getName() const { return name; } - virtual std::string - getDescription() const + virtual + std::string getDescription() const { return desc; }