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 Aug 2, 2023
1 parent 38a34fe commit 5e76eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/obj_round_robin_io_all.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ main(int argc, char **argv)
my_data_size *= dims[i];
}

mydata = (char **)malloc(2 * sizeof(char*));
mydata = (char **)malloc(2 * sizeof(char *));
mydata[0] = (char *)malloc(my_data_size * type_size);
mydata[1] = (char *)malloc(my_data_size * type_size);

Expand Down

0 comments on commit 5e76eda

Please sign in to comment.