]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_igmp.c
*: conform with COMMUNITY.md formatting rules, via 'make indent'
[mirror_frr.git] / pimd / pim_igmp.c
index 05224203649baeba21900ea0432e2e92f7025e9e..c0a58516d993ec24c61135639acbe2e2e5fd1204 100644 (file)
@@ -850,8 +850,7 @@ static struct igmp_sock *igmp_sock_new(int fd, struct in_addr ifaddr,
 
        snprintf(hash_name, 64, "IGMP %s hash", ifp->name);
        igmp->igmp_group_hash = hash_create(igmp_group_hash_key,
-                                           igmp_group_hash_equal,
-                                           hash_name);
+                                           igmp_group_hash_equal, hash_name);
 
        igmp->fd = fd;
        igmp->interface = ifp;