]> 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 13:03:58 +0000 (09:03 -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 735df8258161eb6ebf53ec8896f0965c6e90b072..d7df0735a7e2acc9590fb2b6c29f46e05139e0db 100644 (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);