Skip to content

Commit

Permalink
Fix formatting (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
fortnern committed Oct 3, 2023
1 parent 78fd12e commit 0d054ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/H5Dpkg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0d054ee

Please sign in to comment.