aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/dhcp6.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-01-22 18:21:23 -0800
committerRob Landley <rob@landley.net>2019-01-22 22:20:46 -0600
commit154221aba3bd1407ea60ef6b3d73a59143182e36 (patch)
tree031477aa20c2d2230758089b8d82bb2ceb367237 /toys/pending/dhcp6.c
parentbbadc5e14136a4a2011080c08e064108d71e1429 (diff)
downloadtoybox-154221aba3bd1407ea60ef6b3d73a59143182e36.tar.gz
Whitespace: remove tabs from indentation.
I accidentally added a tab in xargs.c, so as penance I'll clean up all the tabs.
Diffstat (limited to 'toys/pending/dhcp6.c')
-rw-r--r--toys/pending/dhcp6.c4
1 files changed, 2 insertions, 2 deletions
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()