]> git.proxmox.com Git - mirror_frr.git/commitdiff
pimd: Fix indentation issue that is causing clang unhappiness
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 May 2017 12:56:40 +0000 (08:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 18 May 2017 12:56:40 +0000 (08:56 -0400)
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>
pimd/pim_ifchannel.c

index c5953e560cd9dcbe2b6b570c9086f6efab123284..d46cc70b0684d335247bfe92bc55ed28beb0d389 100644 (file)
@@ -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);