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 May 11, 2023
1 parent af03c95 commit f3406d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h5_async_vol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ async_init(hid_t vipl_id)
#endif

// Increase the default Argobots stacksize
sprintf(env_str, "%d", 2*1024*1024);
sprintf(env_str, "%d", 2 * 1024 * 1024);
setenv("ABT_THREAD_STACKSIZE", env_str, 0);

/* Only init argobots once */
Expand Down

0 comments on commit f3406d6

Please sign in to comment.