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 11, 2024
1 parent 54a5051 commit 93c9b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDsubfiling/H5FDioc_threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ ioc_io_queue_dispatch_eligible_entries(ioc_data_t *ioc_data, bool try_lock)
assert(ioc_data->io_queue.magic == H5FD_IOC__IO_Q_MAGIC);

if (try_lock) {
bool acquired;
bool acquired;

H5TS_mutex_trylock(&ioc_data->io_queue.q_mutex, &acquired);
if (!acquired)
Expand Down

0 comments on commit 93c9b61

Please sign in to comment.