From 154221aba3bd1407ea60ef6b3d73a59143182e36 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 22 Jan 2019 18:21:23 -0800 Subject: Whitespace: remove tabs from indentation. I accidentally added a tab in xargs.c, so as penance I'll clean up all the tabs. --- toys/pending/dhcp6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/pending/dhcp6.c') diff --git a/toys/pending/dhcp6.c b/toys/pending/dhcp6.c index 755c1516..18aee8a3 100644 --- a/toys/pending/dhcp6.c +++ b/toys/pending/dhcp6.c @@ -254,8 +254,8 @@ static void mode_raw() error_exit("MODE RAW : Bind fail.\n"); } if (setsockopt(TT.sock, SOL_PACKET, PACKET_HOST,&constone, sizeof(int)) < 0) { - if (errno != ENOPROTOOPT) error_exit("MODE RAW : Bind fail.\n"); - } + if (errno != ENOPROTOOPT) error_exit("MODE RAW : Bind fail.\n"); + } } static void generate_transection_id() -- cgit v1.2.3