From 0d054ee82837d46be93c5e164f9022e7e4e0a286 Mon Sep 17 00:00:00 2001 From: Neil Fortner Date: Tue, 3 Oct 2023 15:01:55 -0500 Subject: [PATCH] Fix formatting (I hope) --- src/H5Dpkg.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index fc0d0e8dd1d..5ffb2353cae 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -538,12 +538,12 @@ struct H5D_shared_t { /* Buffered/cached information for types of raw data storage*/ struct { - H5D_rdcdc_t contig; /* Information about contiguous data */ - /* (Note that the "contig" cache - * information can be used by a chunked - * dataset in certain circumstances) - */ - H5D_rdcc_t chunk; /* Information about chunked data */ + H5D_rdcdc_t contig; /* Information about contiguous data */ + /* (Note that the "contig" cache + * information can be used by a chunked + * dataset in certain circumstances) + */ + H5D_rdcc_t chunk; /* Information about chunked data */ } cache; H5D_append_flush_t append_flush; /* Append flush property information */