]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/if_rmap.c
*: conform with COMMUNITY.md formatting rules, via 'make indent'
[mirror_frr.git] / lib / if_rmap.c
index 53c2824a99a02071de04f5174b68aa5f460a37ea..2c686ecb852e20effb0eac5a5e96b9bfcc32b843 100644 (file)
@@ -294,9 +294,7 @@ void if_rmap_reset()
 
 void if_rmap_init(int node)
 {
-       ifrmaphash = hash_create_size(4,
-                                     if_rmap_hash_make,
-                                     if_rmap_hash_cmp,
+       ifrmaphash = hash_create_size(4, if_rmap_hash_make, if_rmap_hash_cmp,
                                      "Interface Route-Map Hash");
        if (node == RIPNG_NODE) {
        } else if (node == RIP_NODE) {