]> git.puffer.fish Git - matthieu/frr.git/commitdiff
vtysh: remove weird whitespace
authorMark Stapp <mjs@voltanet.io>
Mon, 16 Nov 2020 22:02:33 +0000 (17:02 -0500)
committerMark Stapp <mjs@voltanet.io>
Mon, 16 Nov 2020 22:02:33 +0000 (17:02 -0500)
Clean up a weird tab on an empty line.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
vtysh/vtysh.c

index 8a1e71a37dc6bb8e57b902bf45f4a362034eee55..fa4129ec58252fc804c3488c6b4f514e265bf7fd 100644 (file)
@@ -4194,7 +4194,7 @@ void vtysh_init_vty(void)
        install_element(VRF_NODE, &vtysh_end_all_cmd);
        install_element(VRF_NODE, &vtysh_exit_vrf_cmd);
        install_element(VRF_NODE, &vtysh_quit_vrf_cmd);
-       
+
        install_node(&rmap_node);
        install_element(CONFIG_NODE, &vtysh_route_map_cmd);
        install_element(RMAP_NODE, &vtysh_exit_rmap_cmd);