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 Sep 14, 2023
1 parent 6fc8a63 commit 9256538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/h5_async_vol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ async_waitall(int is_implicit)
while (async_instance_g && async_instance_g->pool && (async_instance_g->nfopen > 0 || size > 0)) {

ABT_pool_get_total_size(async_instance_g->pool, &size);
func_log_int1(__func__, "async_waitall, pool size", size);
func_log_int1(__func__, "async_waitall, pool size", size);
/* printf("H5VLasync_wailall: pool size is %lu\n", size); */

if (size == 0) {
Expand Down Expand Up @@ -5201,7 +5201,7 @@ block_and_wait_task(async_task_t *async_task, const char *call_func)
fprintf(fout_g, " [ASYNC VOL ERROR] %s H5TSmutex_acquire failed\n", call_func);
ret_val = -1;
}
usleep(1000);
usleep(1000);
}

func_log_int1(call_func, "re-acquired global lock, count", mutex_count);
Expand Down

0 comments on commit 9256538

Please sign in to comment.