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 Mar 24, 2023
1 parent f88f857 commit 8f8edd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testpar/t_subfiling_vfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1955,8 +1955,8 @@ test_subfiling_h5fuse(void)

for (int i = 0; i < num_subfiles; i++) {
/* Generate name for each subfile */
HDsnprintf(filename_buf, PATH_MAX, H5FD_SUBFILING_FILENAME_TEMPLATE, SUBF_FILENAME,
file_inode, num_digits, i + 1, num_subfiles);
HDsnprintf(filename_buf, PATH_MAX, H5FD_SUBFILING_FILENAME_TEMPLATE, SUBF_FILENAME, file_inode,
num_digits, i + 1, num_subfiles);

/* Delete the subfile */
if (HDremove(filename_buf) < 0) {
Expand Down

0 comments on commit 8f8edd1

Please sign in to comment.