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:
parent
868d1b5378
commit
a9de4d8555
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue