]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_rp.c
Revert "*: reindent pt. 2"
[mirror_frr.git] / pimd / pim_rp.c
index 4c5722e3539621a64a33563d689ae4c99ecdbf40..2fe0143a87ef23443e0af6da7202babd9fa9bd8e 100644 (file)
@@ -948,9 +948,8 @@ void pim_rp_show_information(struct vty *vty, u_char uj)
                                inet_ntoa(prev_rp_info->rp.rpf_addr.u.prefix4),
                                json_rp_rows);
 
-               vty_out(vty, "%s\n",
-                       json_object_to_json_string_ext(
-                               json, JSON_C_TO_STRING_PRETTY));
+               vty_out(vty, "%s\n", json_object_to_json_string_ext(
+                                            json, JSON_C_TO_STRING_PRETTY));
                json_object_free(json);
        }
 }