1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

formatting

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-08-30 15:55:07 +02:00 committed by Niklas Eiling
parent 868d1b5378
commit a9de4d8555

View file

@ -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;