From fd746d0bc37ba6f19187f7c89a784bbdd910f176 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 04:01:54 +0000 Subject: [PATCH] Committing clang-format changes --- src/H5TSpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5TSpool.c b/src/H5TSpool.c index 378c22d7e9e..a4790546385 100644 --- a/src/H5TSpool.c +++ b/src/H5TSpool.c @@ -241,7 +241,7 @@ H5TS_pool_create(H5TS_pool_t **pool, unsigned num_threads) HGOTO_DONE(FAIL); /* Check for error when starting threads */ - if(u != new_pool->num_threads) { + if (u != new_pool->num_threads) { /* Set # of threads successfully created (for joining them, in free routine) */ new_pool->num_threads = u; HGOTO_DONE(FAIL);