summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-06-28 16:35:50 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-06-28 16:35:50 (GMT)
commit2e64d3c0fa93b771134540dead7fc75734adc594 (patch)
tree3ce643ba31923fdcfe70167c7e1252b0e1dcd5a1 /test/links.c
parent2aedb2522b3e6f228d22bc91fcc9ab88ea190993 (diff)
downloadhdf5-2e64d3c0fa93b771134540dead7fc75734adc594.zip
hdf5-2e64d3c0fa93b771134540dead7fc75734adc594.tar.gz
hdf5-2e64d3c0fa93b771134540dead7fc75734adc594.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test/links.c')
-rw-r--r--test/links.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/links.c b/test/links.c
index 9222666..d151e80 100644
--- a/test/links.c
+++ b/test/links.c
@@ -16670,11 +16670,11 @@ error:
static int
obj_exists(hid_t fapl, hbool_t new_format)
{
- char filename[NAME_BUF_SIZE]; /* Buffer for file name */
- hid_t fid = -1; /* File ID */
- hid_t gid = -1; /* Group ID */
- hbool_t is_native; /* Whether native VOL connector is being used */
- herr_t status; /* Generic return value */
+ char filename[NAME_BUF_SIZE]; /* Buffer for file name */
+ hid_t fid = -1; /* File ID */
+ hid_t gid = -1; /* Group ID */
+ hbool_t is_native; /* Whether native VOL connector is being used */
+ herr_t status; /* Generic return value */
if (new_format)
TESTING("object exists (w/new group format)")
@@ -22601,8 +22601,8 @@ main(void)
}
for (new_format = FALSE; new_format <= TRUE; new_format++) {
- hid_t my_fapl;
- hbool_t is_native; /* Whether native VOL connector is being used */
+ hid_t my_fapl;
+ hbool_t is_native; /* Whether native VOL connector is being used */
/* Check for FAPL to use */
if (new_format) {