]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Remove unnecessary trailing tab
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Sat, 11 May 2019 07:14:06 +0000 (10:14 +0300)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Sat, 11 May 2019 07:14:06 +0000 (10:14 +0300)
This is very annoying and every time I have to fix this manually
after auto-formatting.

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
bgpd/bgp_vty.c

index 9a8da359ab11e2ae919a395cb6e62858212fbb1a..6197a6d562cfc2059c398c6ae679ff253fba4ee6 100644 (file)
@@ -14596,7 +14596,7 @@ static int lcommunity_list_unset_vty(struct vty *vty, int argc,
                vty_out(vty, "This config option is deprecated, and is scheduled for removal.\n");
                vty_out(vty, "if you are using this please migrate to the below command.\n");
                vty_out(vty, "'no bgp large-community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> <LINE|AA:BB:CC>'\n");
-               zlog_warn("Deprecated option: 'no ip large-community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> <LINE|AA:BB:CC>' being used");     
+               zlog_warn("Deprecated option: 'no ip large-community-list <(1-99)|(100-500)|standard|expanded> <deny|permit> <LINE|AA:BB:CC>' being used");
        }
        argv_find(argv, argc, "permit", &idx);
        argv_find(argv, argc, "deny", &idx);