summaryrefslogtreecommitdiffstats
path: root/src/H5Spkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-03-28 05:48:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-03-28 05:48:41 (GMT)
commita77bf61074122d4e6a100c09f23a684cd9655ff8 (patch)
tree817e85cfbe80b95df206800eab3132204eb9ccd8 /src/H5Spkg.h
parent37de3f30e4d626b348618fd8d6d4909879b4de2b (diff)
downloadhdf5-a77bf61074122d4e6a100c09f23a684cd9655ff8.zip
hdf5-a77bf61074122d4e6a100c09f23a684cd9655ff8.tar.gz
hdf5-a77bf61074122d4e6a100c09f23a684cd9655ff8.tar.bz2
Further minor cleanups
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r--src/H5Spkg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index 1d65a57..a60d333 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -124,9 +124,9 @@ typedef struct {
* are only used for re-gurgitating the original values used to set the
* hyperslab to the application when it queries the hyperslab selection
* information. */
- int unlim_dim; /* Dimension where selection is unlimited, or -1 if none */
- hsize_t num_elem_non_unlim; /* # of elements in a "slice" excluding the unlimited dimension */
- H5S_hyper_span_info_t *span_lst; /* List of hyperslab span information */
+ int unlim_dim; /* Dimension where selection is unlimited, or -1 if none */
+ hsize_t num_elem_non_unlim; /* # of elements in a "slice" excluding the unlimited dimension */
+ H5S_hyper_span_info_t *span_lst; /* List of hyperslab span information */
} H5S_hyper_sel_t;
/* Selection information methods */