whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
450a367a11
commit
6390a3a4e5
@ -121,7 +121,7 @@ static struct statics *ptr_to_statics;
|
|||||||
#if ENABLE_FEATURE_CLEAN_UP
|
#if ENABLE_FEATURE_CLEAN_UP
|
||||||
static void free_static(void)
|
static void free_static(void)
|
||||||
{
|
{
|
||||||
free(S.db[0].malloced);
|
free(S.db[0].malloced);
|
||||||
free(S.db[1].malloced);
|
free(S.db[1].malloced);
|
||||||
# if ENABLE_USE_BB_SHADOW
|
# if ENABLE_USE_BB_SHADOW
|
||||||
free(S.db[2].malloced);
|
free(S.db[2].malloced);
|
||||||
|
@ -387,7 +387,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv)
|
|||||||
send_arp_request(0, &null_ethaddr, chosen_nip);
|
send_arp_request(0, &null_ethaddr, chosen_nip);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
// Switch to announce state
|
// Switch to announce state
|
||||||
nsent = 0;
|
nsent = 0;
|
||||||
state = ANNOUNCE;
|
state = ANNOUNCE;
|
||||||
goto send_announce;
|
goto send_announce;
|
||||||
|
Loading…
Reference in New Issue
Block a user