Fix checkstyle for zil.c

Returns are to be parenthesized
This commit is contained in:
Fred Weigel 2023-06-14 00:41:50 +00:00 committed by Geoff Amey
parent eb3607bcec
commit b6a9054a0e
1 changed files with 1 additions and 1 deletions

View File

@ -2375,7 +2375,7 @@ zil_alloc_itxs(void)
offsetof(itx_t, itx_node));
avl_create(&itxs->i_async_tree, zil_aitx_compare,
sizeof (itx_async_node_t), offsetof(itx_async_node_t, ia_node));
return itxs;
return (itxs);
}
void