mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
linux: fix whitespace in nic_drv
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user