From a9de4d85556f3e172ffc5d2dfc50a642adbe34ea Mon Sep 17 00:00:00 2001 From: Pascal Bauer Date: Fri, 30 Aug 2024 15:55:07 +0200 Subject: [PATCH] formatting Signed-off-by: Pascal Bauer --- common/include/villas/kernel/devices/ip_device.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/include/villas/kernel/devices/ip_device.hpp b/common/include/villas/kernel/devices/ip_device.hpp index d7ac3f6c1..aba0d30c5 100644 --- a/common/include/villas/kernel/devices/ip_device.hpp +++ b/common/include/villas/kernel/devices/ip_device.hpp @@ -22,7 +22,8 @@ public: private: IpDevice() = delete; - IpDevice(const std::filesystem::path valid_path) : PlatformDevice(valid_path){}; + IpDevice(const std::filesystem::path valid_path) + : PlatformDevice(valid_path){}; public: size_t addr() const;