]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_mpath.c
bgpd: Fix styling, drop braces for single statement block
[mirror_frr.git] / bgpd / bgp_mpath.c
index 37d2c45215ec8426ea752cf27a74396616bfb7ad..6cd6ddd9dd7883c6542d6cd35a9f7c0ff7e12b10 100644 (file)
@@ -905,9 +905,8 @@ void bgp_path_info_mpath_aggregate_update(struct bgp_path_info *new_best,
 
                attr.aspath = aspath;
                attr.origin = origin;
-               if (community) {
+               if (community)
                        bgp_attr_set_community(&attr, community);
-               }
                if (ecomm)
                        bgp_attr_set_ecommunity(&attr, ecomm);
                if (lcomm)