From 69b174d4ec7d347054761d4ddcddba096c9c4ece Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 18 May 2017 08:56:40 -0400 Subject: [PATCH] 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 --- pimd/pim_ifchannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c index 735df82581..d7df0735a7 100644 --- a/pimd/pim_ifchannel.c +++ b/pimd/pim_ifchannel.c @@ -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); -- 2.39.5