Skip to content

Commit e7313a4

Browse files
author
Artiom N.
committed
Style fix
1 parent aaac2fe commit e7313a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/book01/ch10/cpp/if_nameindex/siocifname.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ int main(int argc, const char *const argv[])
2525

2626
const socket_wrapper::SocketWrapper sock_wrap;
2727

28-
2928
try
3029
{
3130
ifreq ifr = {};

src/book01/ch23/cpp/tun_example/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class TunTapNetworkInterface
100100

101101
try
102102
{
103-
perform_ioctl(sock, SIOCSIFNAME, &ifr, "SIOCSIFNAME ioctl failed");
103+
perform_ioctl(sock, SIOCSIFNAME, &ifr, "SIOCSIFNAME failed");
104104
}
105105
catch (...)
106106
{

0 commit comments

Comments
 (0)