From dbb094d787060acbb5aec51ff282fc9e1f65605f Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:47:48 +0000 Subject: [PATCH] Committing clang-format changes --- hdf/test/tvset.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hdf/test/tvset.c b/hdf/test/tvset.c index 0021fe7498..aafb5ad9f9 100644 --- a/hdf/test/tvset.c +++ b/hdf/test/tvset.c @@ -3345,27 +3345,27 @@ test_vsets(void) /* test Vdatas with no fields defined */ /* test_emptyvdata(); - */ + */ /* test Vgroups with name and class that have more than 64 characters */ /* test_vglongnames(); - */ + */ /* test functionality about set/get linked-block information */ /* test_blockinfo(); - */ + */ /* test Vgetgroups - getting user-created vgroups */ /* test_getvgroups(); - */ + */ /* test VSgetvdatas - getting user-created vdatas */ /* test_getvdatas(); - */ + */ /* test_extfile - getting external file information */ /* test_extfile(); - */ + */ } /* test_vsets */ /* TODO: