linux: fix whitespace in nic_drv

This commit is contained in:
Christian Helmuth 2016-01-19 11:13:43 +01:00
parent f045b1c680
commit a09172aa7e
1 changed files with 1 additions and 1 deletions

View File

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