diff options
author | Denys Vlasenko | 2015-10-13 01:51:37 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-10-13 01:51:37 +0200 |
commit | 6390a3a4e5e44894a94b31b57a9b2a07a215f171 (patch) | |
tree | e71564e7eca54d93fe002de0b6c2101168b139a6 /networking | |
parent | 450a367a11283d44811b8eec33afe5fa00a95f5f (diff) | |
download | busybox-6390a3a4e5e44894a94b31b57a9b2a07a215f171.zip busybox-6390a3a4e5e44894a94b31b57a9b2a07a215f171.tar.gz |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/zcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index dba269b..d15c67d 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -387,7 +387,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv) send_arp_request(0, &null_ethaddr, chosen_nip); continue; } - // Switch to announce state + // Switch to announce state nsent = 0; state = ANNOUNCE; goto send_announce; |