diff options
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/bfd/bfd_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/bfd/bfd_cli.c b/src/vnet/bfd/bfd_cli.c index b2cd8df2eea..a533bb74ea5 100644 --- a/src/vnet/bfd/bfd_cli.c +++ b/src/vnet/bfd/bfd_cli.c @@ -397,8 +397,8 @@ static const unsigned optional = 0; #define CHECK_MANDATORY(t, n, s, r, ...) \ PRAGMA_STR1 \ if (mandatory == r && !have_##n) \ - PRAGMA_STR2 \ { \ + PRAGMA_STR2 \ ret = clib_error_return (0, "Required parameter `%s' missing.", s); \ goto out; \ } |