From: Louis Scalbert Date: Wed, 13 Jul 2022 12:52:16 +0000 (+0200) Subject: lib: fix clang warning X-Git-Tag: base_8.5~109^2~15 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=09e370e5fff2001f47509b4eae34bb749c18086b;p=mirror%2Ffrr.git lib: fix clang warning Fix a CLANG warning Signed-off-by: Louis Scalbert --- 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) {