From 9053a44ce9dbd619ae0f464369a045d34c268a36 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:46:04 +0000 Subject: [PATCH] Committing clang-format changes --- hdf/test/tvset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf/test/tvset.c b/hdf/test/tvset.c index 3c5cc5893f..b6e01a5aa1 100644 --- a/hdf/test/tvset.c +++ b/hdf/test/tvset.c @@ -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*/