mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +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
0e20096f60
commit
69b174d4ec
@ -642,7 +642,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