Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 14, 2024
1 parent c1485c0 commit fd746d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5TSpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fd746d0

Please sign in to comment.