mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
format comment
Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
parent
c8e9fc13ab
commit
2072775c22
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ size_t IpDevice::addr() const {
|
|||
size_t pos = name().find('.');
|
||||
std::string addr_hex = name().substr(0, pos);
|
||||
|
||||
// convert from hex string to number
|
||||
// Convert from hex-string to number
|
||||
std::stringstream ss;
|
||||
ss << std::hex << addr_hex;
|
||||
size_t addr = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue