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:
Donald Sharp 2017-05-18 08:56:40 -04:00
parent 0e20096f60
commit 69b174d4ec

View File

@ -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);