Skip to content

Commit 64c4705

Browse files
formatting
1 parent 6de1a30 commit 64c4705

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/include/villas/kernel/devices/ip_device.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ class IpDevice : public PlatformDevice {
2222

2323
private:
2424
IpDevice() = delete;
25-
IpDevice(const std::filesystem::path valid_path) : PlatformDevice(valid_path){};
25+
IpDevice(const std::filesystem::path valid_path)
26+
: PlatformDevice(valid_path){};
2627

2728
public:
2829
size_t addr() const;

0 commit comments

Comments
 (0)