summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-18 08:56:40 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-05-18 09:03:58 -0400
commit69b174d4ec7d347054761d4ddcddba096c9c4ece (patch)
tree8eb5ff08212b5df49c294f5ab0b202b01fa03950
parent0e20096f60b190f8476a65cc214520fa87e9ccc0 (diff)
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>
-rw-r--r--pimd/pim_ifchannel.c2
1 files changed, 1 insertions, 1 deletions
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);