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 Feb 12, 2024
1 parent 45267ac commit 9053a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdf/test/tvset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ test_extfile(void)

/* Prepare buffer for external file name in the following test */
extfile_name = (char *)malloc(sizeof(char) * (name_len - 1));
memset(extfile_name, '\0', name_len-1);
memset(extfile_name, '\0', name_len - 1);

/* Call VSgetexternalinfo again with smaller buffer size and make sure
VSgetexternalinfo reads the name truncated to the given buffer size*/
Expand Down

0 comments on commit 9053a44

Please sign in to comment.