vppinfra: fix bracket balance
fix bracket balance in pool_put_will_expand
Type: fix
Fixes: 66d4cb5a217d556aa7bd2471f02a39badb6d5cd2
Change-Id: I921366c0898cca39cc728b7c7ef4c4c725c6b87d
Signed-off-by: Georgy Borodin <bor1-go@yandex-team.ru>
diff --git a/src/vppinfra/pool.h b/src/vppinfra/pool.h
index 1a414ae..07c9269 100644
--- a/src/vppinfra/pool.h
+++ b/src/vppinfra/pool.h
@@ -268,7 +268,8 @@
return 0;
}
-#define pool_put_will_expand(P, E) _pool_put_will_expand (P, (E) - (P), sizeof ((P)[0])
+#define pool_put_will_expand(P, E) \
+ _pool_put_will_expand (P, (E) - (P), sizeof ((P)[0]))
/** Use free bitmap to query whether given element is free. */
static_always_inline int