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 Oct 3, 2024
1 parent 4f750b5 commit aa135cc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/H5FDsubfiling/H5FDioc_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ herr_t
H5FD__ioc_write_independent_async(int64_t context_id, int64_t offset, int64_t elements, const void *data,
io_req_t **io_req)
{
subfiling_context_t *sf_context = NULL;
MPI_Request ack_request = MPI_REQUEST_NULL;
io_req_t *sf_io_request = NULL;
int64_t ioc_start = -1;
int64_t ioc_offset = -1;
int64_t ioc_subfile_idx = -1;
subfiling_context_t *sf_context = NULL;
MPI_Request ack_request = MPI_REQUEST_NULL;
io_req_t *sf_io_request = NULL;
int64_t ioc_start = -1;
int64_t ioc_offset = -1;
int64_t ioc_subfile_idx = -1;
int64_t msg[3] = {0};
int *io_concentrators = NULL;
int num_io_concentrators;
Expand Down Expand Up @@ -241,13 +241,13 @@ herr_t
H5FD__ioc_read_independent_async(int64_t context_id, int64_t offset, int64_t elements, void *data,
io_req_t **io_req)
{
subfiling_context_t *sf_context = NULL;
MPI_Request ack_request = MPI_REQUEST_NULL;
io_req_t *sf_io_request = NULL;
bool need_data_tag = false;
int64_t ioc_start = -1;
int64_t ioc_offset = -1;
int64_t ioc_subfile_idx = -1;
subfiling_context_t *sf_context = NULL;
MPI_Request ack_request = MPI_REQUEST_NULL;
io_req_t *sf_io_request = NULL;
bool need_data_tag = false;
int64_t ioc_start = -1;
int64_t ioc_offset = -1;
int64_t ioc_subfile_idx = -1;
int64_t msg[3] = {0};
int *io_concentrators = NULL;
int num_io_concentrators;
Expand Down

0 comments on commit aa135cc

Please sign in to comment.