From d8eddf9b84edf30cb95d77e1cfa71636c82689c6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:58:31 +0000 Subject: Committing clang-format changes --- test/links.c | 3 ++- test/vds.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/links.c b/test/links.c index 5c05968..6fab848 100644 --- a/test/links.c +++ b/test/links.c @@ -22659,7 +22659,8 @@ main(void) HDputs(" External link tests skipped - not using native VOL connector"); } else if (HDstrcmp(env_h5_drvr, "splitter") == 0) { - HDputs(" External link tests skipped - splitter VFD does not currently support external links"); + HDputs(" External link tests skipped - splitter VFD does not currently support external " + "links"); } else { /* tests for external link */ diff --git a/test/vds.c b/test/vds.c index 023e5ac..c280560 100644 --- a/test/vds.c +++ b/test/vds.c @@ -12288,8 +12288,8 @@ main(void) hid_t src_fapl = -1; /* File access property list */ int test_api_config; unsigned bit_config; - H5F_libver_t low, high; /* Low and high bounds */ - hbool_t is_native; /* Whether native VOL connector is being used */ + H5F_libver_t low, high; /* Low and high bounds */ + hbool_t is_native; /* Whether native VOL connector is being used */ const char * env_h5_drvr; /* File Driver value from environment */ int nerrors = 0; -- cgit v0.12