summaryrefslogtreecommitdiffstats
path: root/src/H5MFpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MFpkg.h')
-rw-r--r--src/H5MFpkg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5MFpkg.h b/src/H5MFpkg.h
index 20ead53..71af401 100644
--- a/src/H5MFpkg.h
+++ b/src/H5MFpkg.h
@@ -50,8 +50,9 @@
/* Free-space section types for file */
/* (values stored in free space data structures in file) */
-#define H5MF_FSPACE_SECT_SIMPLE 0 /* For non-paged aggregation: section is a range of actual bytes in file \
- */
+#define H5MF_FSPACE_SECT_SIMPLE \
+ 0 /* For non-paged aggregation: section is a range of actual bytes in file \
+ */
#define H5MF_FSPACE_SECT_SMALL \
1 /* For paged aggregation: "small" meta/raw data section which is < fsp_size) */
#define H5MF_FSPACE_SECT_LARGE 2 /* For paged aggregation: "large" Section which is >= fsp_size) */