From: Igor Ryzhov Date: Mon, 20 Jul 2020 15:09:34 +0000 (+0300) Subject: ospfd: remove redundant line continuations X-Git-Tag: base_7.5~170^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7e5ee522260b5eabddc5fa500b0574352f266845;p=matthieu%2Ffrr.git ospfd: remove redundant line continuations Signed-off-by: Igor Ryzhov --- diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 08736b555f..e8cc50c8d0 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -1177,9 +1177,9 @@ DEFUN (no_ospf_area_vlink, "no area virtual-link A.B.C.D [authentication []] []", NO_STR VLINK_HELPSTR_IPADDR - "Enable authentication on this virtual link\n" \ - "Use message-digest authentication\n" \ - "Use null authentication\n" \ + "Enable authentication on this virtual link\n" + "Use message-digest authentication\n" + "Use null authentication\n" VLINK_HELPSTR_AUTH_MD5 VLINK_HELPSTR_AUTH_SIMPLE) {