From 54929fd38a352bd8096383a7aa65cc89e0c8ab0c Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 14 Jan 2022 11:56:25 +0100 Subject: *: use semicolon after printfrr_ext_autoreg_{p,d} Mostly to make clang-format not format these to peak ugly. Signed-off-by: David Lamparter --- lib/nexthop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/nexthop.c') diff --git a/lib/nexthop.c b/lib/nexthop.c index 2e09cb4bc..e17eeb830 100644 --- a/lib/nexthop.c +++ b/lib/nexthop.c @@ -943,7 +943,7 @@ int nexthop_str2backups(const char *str, int *num_backups, * eth0 * (0-length if no interface present) */ -printfrr_ext_autoreg_p("NH", printfrr_nh) +printfrr_ext_autoreg_p("NH", printfrr_nh); static ssize_t printfrr_nh(struct fbuf *buf, struct printfrr_eargs *ea, const void *ptr) { -- cgit v1.2.3