fixed indentation ether_unix

This commit is contained in:
MSharq 2018-10-28 19:42:04 +01:00
parent cf406ec953
commit 2bc581d4f6
1 changed files with 1 additions and 1 deletions

View File

@ -998,7 +998,7 @@ void ether_do_interrupt(void)
if (net_if_type == NET_IF_VDE) {
length = vde_recv(vde_conn, Mac2HostAddr(packet), 1514, 0);
} else {
// Read packet from sheep_net device
// Read packet from sheep_net device
#if defined(__linux__)
length = read(fd, Mac2HostAddr(packet), net_if_type == NET_IF_ETHERTAP ? 1516 : 1514);
#else