summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5S.c b/src/H5S.c
index 8f3baca..b086be5 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -1482,12 +1482,12 @@ done:
static H5S_t *
H5S_decode(const unsigned char *buf)
{
- H5F_t * f = NULL; /* Fake file structure*/
- H5S_t * ds; /* Decoded dataspace */
- H5S_extent_t * extent; /* Entent of decoded dataspace */
- size_t extent_size; /* size of the extent message*/
- uint8_t sizeof_size; /* 'Size of sizes' for file */
- H5S_t * ret_value = NULL; /* Return value */
+ H5F_t * f = NULL; /* Fake file structure*/
+ H5S_t * ds; /* Decoded dataspace */
+ H5S_extent_t *extent; /* Entent of decoded dataspace */
+ size_t extent_size; /* size of the extent message*/
+ uint8_t sizeof_size; /* 'Size of sizes' for file */
+ H5S_t * ret_value = NULL; /* Return value */
FUNC_ENTER_NOAPI_NOINIT