]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_evpn_vty.c
fix coding style
[mirror_frr.git] / bgpd / bgp_evpn_vty.c
index a198e65128180e34673e7fa6ae0efd46ae65d981..e8e986d1fcd93aaa370844032b9e479e3646c84a 100644 (file)
@@ -2505,16 +2505,16 @@ DEFUN(show_bgp_l2vpn_evpn_route_rd_macip,
       "IP address (IPv4 or IPv6)\n"
       JSON_STR)
 {
-       struct bgp              *bgp;
-       int                     ret;
-       struct prefix_rd        prd;
-       struct ethaddr          mac;
-       struct ipaddr           ip;
-       int                     rd_idx = 0;
-       int                     mac_idx = 0;
-       int                     ip_idx = 0;
-       int                     uj = 0;
-       json_object             *json = NULL;
+       struct bgp *bgp;
+       int ret;
+       struct prefix_rd prd;
+       struct ethaddr mac;
+       struct ipaddr ip;
+       int rd_idx = 0;
+       int mac_idx = 0;
+       int ip_idx = 0;
+       int uj = 0;
+       json_object *json = NULL;
 
        memset(&mac, 0, sizeof(struct ethaddr));
        memset(&ip, 0, sizeof(struct ipaddr));