From 2bc581d4f678e58a99608cc62e65b817471af054 Mon Sep 17 00:00:00 2001 From: MSharq Date: Sun, 28 Oct 2018 19:42:04 +0100 Subject: [PATCH] fixed indentation ether_unix --- BasiliskII/src/Unix/ether_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/Unix/ether_unix.cpp b/BasiliskII/src/Unix/ether_unix.cpp index c942d719..ec71ebc7 100644 --- a/BasiliskII/src/Unix/ether_unix.cpp +++ b/BasiliskII/src/Unix/ether_unix.cpp @@ -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