From: Donatas Abraitis Date: Sat, 11 May 2019 07:14:06 +0000 (+0300) Subject: bgpd: Remove unnecessary trailing tab X-Git-Tag: base_7.2~362^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=16941c05ad953dc74ae93fbe3c21e32dcb04f3b6;p=matthieu%2Ffrr.git bgpd: Remove unnecessary trailing tab This is very annoying and every time I have to fix this manually after auto-formatting. Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 9a8da359ab..6197a6d562 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -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> '\n"); - zlog_warn("Deprecated option: 'no ip large-community-list <(1-99)|(100-500)|standard|expanded> ' being used"); + zlog_warn("Deprecated option: 'no ip large-community-list <(1-99)|(100-500)|standard|expanded> ' being used"); } argv_find(argv, argc, "permit", &idx); argv_find(argv, argc, "deny", &idx);