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;