summaryrefslogtreecommitdiffstats
path: root/test/external_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/external_common.h')
-rw-r--r--test/external_common.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/external_common.h b/test/external_common.h
index f02652b..6e2915f 100644
--- a/test/external_common.h
+++ b/test/external_common.h
@@ -6,7 +6,7 @@
* This file is part of HDF5. The full HDF5 copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the COPYING file, which can be found at the root of the source code *
- * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
+ * distribution tree, or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@@ -26,11 +26,10 @@
/* A similar collection of files is used for the tests that
* perform file I/O.
*/
-#define N_EXT_FILES 4
-#define PART_SIZE 25
-#define TOTAL_SIZE 100
-#define GARBAGE_PER_FILE 10
-
+#define N_EXT_FILES 4
+#define PART_SIZE 25
+#define TOTAL_SIZE 100
+#define GARBAGE_PER_FILE 10
#ifdef __cplusplus
extern "C" {