From f1deac618b5ff78657d04f443a74799881b76e21 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 c5953e560c..d46cc70b06 100644 --- a/pimd/pim_ifchannel.c +++ b/pimd/pim_ifchannel.c @@ -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);