From f34ab52dd0720f7b249ee7af81301c59855baeaf Mon Sep 17 00:00:00 2001 From: Emanuele Di Pascale Date: Mon, 10 Dec 2018 14:56:16 +0100 Subject: [PATCH] isisd: formatting fixes in isis_cli.c Signed-off-by: Emanuele Di Pascale --- isisd/isis_cli.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/isisd/isis_cli.c b/isisd/isis_cli.c index 4edd77f8a..f1b4af09f 100644 --- a/isisd/isis_cli.c +++ b/isisd/isis_cli.c @@ -471,7 +471,7 @@ void cli_show_isis_attached(struct vty *vty, struct lyd_node *dnode, * XPath: /frr-isisd:isis/instance/metric-style */ DEFPY(metric_style, metric_style_cmd, - "metric-style $style", + "metric-style $style", "Use old-style (ISO 10589) or new-style packet formats\n" "Use old style of TLVs with narrow metric\n" "Send and accept both styles of TLVs during transition\n" @@ -483,9 +483,9 @@ DEFPY(metric_style, metric_style_cmd, } DEFPY(no_metric_style, no_metric_style_cmd, - "no metric-style [narrow|transition|wide]", - NO_STR - "Use old-style (ISO 10589) or new-style packet formats\n" + "no metric-style [narrow|transition|wide]", + NO_STR + "Use old-style (ISO 10589) or new-style packet formats\n" "Use old style of TLVs with narrow metric\n" "Send and accept both styles of TLVs during transition\n" "Use new style of TLVs to carry wider metric\n") @@ -874,7 +874,7 @@ DEFPY(spf_delay_ietf, spf_delay_ietf_cmd, DEFPY(no_spf_delay_ietf, no_spf_delay_ietf_cmd, "no spf-delay-ietf [init-delay (0-60000) short-delay (0-60000) long-delay (0-60000) holddown (0-60000) time-to-learn (0-60000)]", NO_STR - "IETF SPF delay algorithm\n" + "IETF SPF delay algorithm\n" "Delay used while in QUIET state\n" "Delay used while in QUIET state in milliseconds\n" "Delay used while in SHORT_WAIT state\n" @@ -1033,7 +1033,8 @@ DEFPY(isis_default_originate, isis_default_originate_cmd, } static void vty_print_def_origin(struct vty *vty, struct lyd_node *dnode, - const char *family, const char *level, bool show_defaults) + const char *family, const char *level, + bool show_defaults) { const char *metric; -- 2.39.2