From 09e370e5fff2001f47509b4eae34bb749c18086b Mon Sep 17 00:00:00 2001 From: Louis Scalbert Date: Wed, 13 Jul 2022 14:52:16 +0200 Subject: [PATCH] lib: fix clang warning Fix a CLANG warning Signed-off-by: Louis Scalbert --- lib/if.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/if.c b/lib/if.c index db73210036..6766a04b37 100644 --- a/lib/if.c +++ b/lib/if.c @@ -580,7 +580,8 @@ struct interface *if_get_vrf_loopback(vrf_id_t vrf_id) } /* Get interface by name if given name interface doesn't exist create - one. */ + * one. + */ struct interface *if_get_by_name(const char *name, vrf_id_t vrf_id, const char *vrf_name) {