mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
pimd: Fix indentation issue that is causing clang unhappiness
The indentation of ifjoin_to_noinfo was not consistent with the rest of the function and caused clang to loose it's mind Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
05220b6d5d
commit
f1deac618b
@ -643,7 +643,7 @@ static int on_ifjoin_prune_pending_timer(struct thread *t)
|
||||
ch_del is set to 0 for not deleteing from here.
|
||||
Holdtime expiry (ch_del set to 1) delete the entry.
|
||||
*/
|
||||
ifjoin_to_noinfo(ch, false);
|
||||
ifjoin_to_noinfo(ch, false);
|
||||
}
|
||||
else
|
||||
ifjoin_to_noinfo(ch, true);
|
||||
|
Loading…
Reference in New Issue
Block a user