]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_hello.c
Merge pull request #5494 from opensourcerouting/mlag-module
[mirror_frr.git] / pimd / pim_hello.c
index 721d153d76f7638a051e688f37c8be1ea6a2713f..34c5eb43bc0ab338ec2233025851fc1ca7608a90 100644 (file)
@@ -104,7 +104,7 @@ static void tlv_trace(const char *label, const char *tlv_name,
     char src_str[INET_ADDRSTRLEN];
     pim_inet4_dump("<src?>", src_addr, src_str, sizeof(src_str));
     zlog_debug("%s: PIM hello option from %s on interface %s: %s",
-              label, 
+              label,
               src_str, ifname,
               tlv_name);
   }