summaryrefslogtreecommitdiffstats
path: root/src/H5MVpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-26 23:16:38 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-26 23:16:38 (GMT)
commit0a73f3dd4b33abbd3ea9b024442e40ae05e56549 (patch)
tree4d4b5db05bca88459dc333cd3da57e0816419370 /src/H5MVpkg.h
parent0011a5e758c2efa386fbeaa81553852c90c48e86 (diff)
downloadhdf5-0a73f3dd4b33abbd3ea9b024442e40ae05e56549.zip
hdf5-0a73f3dd4b33abbd3ea9b024442e40ae05e56549.tar.gz
hdf5-0a73f3dd4b33abbd3ea9b024442e40ae05e56549.tar.bz2
Fixed 1.6 compatibility issues and ran source formatter
Diffstat (limited to 'src/H5MVpkg.h')
-rw-r--r--src/H5MVpkg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5MVpkg.h b/src/H5MVpkg.h
index 1c05da4..2d564e6 100644
--- a/src/H5MVpkg.h
+++ b/src/H5MVpkg.h
@@ -41,8 +41,9 @@
/* Free-space section types for file */
/* (values stored in free space data structures in file) */
-#define H5MV_FSPACE_SECT_SIMPLE 0 /* For non-paged aggregation: section is a range of actual bytes in file \
- */
+#define H5MV_FSPACE_SECT_SIMPLE \
+ 0 /* For non-paged aggregation: section is a range of actual bytes in file \
+ */
/****************************/
/* Package Private Typedefs */