mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
linux: fix whitespace in nic_drv
This commit is contained in:
parent
f045b1c680
commit
a09172aa7e
@ -207,7 +207,7 @@ class Linux_session_component : public Nic::Session_component
|
||||
_mac_addr.addr[2],
|
||||
_mac_addr.addr[3],
|
||||
_mac_addr.addr[4],
|
||||
_mac_addr.addr[5] );
|
||||
_mac_addr.addr[5]);
|
||||
} catch (...) {
|
||||
/* fall back to fake MAC address (unicast, locally managed) */
|
||||
_mac_addr.addr[0] = 0x02;
|
||||
|
Loading…
x
Reference in New Issue
Block a user