Skip to content

Commit 52cd2f3

Browse files
committed
cache_conn_pool: cleaup VRBT_GENERATE macro invocations
Reported by Flexelint Ref 818ca09
1 parent f012319 commit 52cd2f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/varnishd/cache/cache_conn_pool.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ VRBT_GENERATE_FIND(vrb, conn_pool, entry, vcp_cmp, static)
114114
VRBT_GENERATE_INSERT_COLOR(vrb, conn_pool, entry, static)
115115
VRBT_GENERATE_INSERT_FINISH(vrb, conn_pool, entry, static)
116116
VRBT_GENERATE_INSERT(vrb, conn_pool, entry, vcp_cmp, static)
117-
VRBT_GENERATE_NEXT(vrb, conn_pool, entry, static);
118-
VRBT_GENERATE_MINMAX(vrb, conn_pool, entry, static);
117+
VRBT_GENERATE_NEXT(vrb, conn_pool, entry, static)
118+
VRBT_GENERATE_MINMAX(vrb, conn_pool, entry, static)
119119

120120
static struct vrb conn_pools = VRBT_INITIALIZER(&conn_pools);
121121
static struct vrb dead_pools = VRBT_INITIALIZER(&dying_cps);

0 commit comments

Comments
 (0)