diff options
-rw-r--r-- | test/links.c | 3 | ||||
-rw-r--r-- | 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 */ @@ -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; |