summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-09-04 21:51:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-09-04 21:51:30 (GMT)
commitd8d17d23284d29048da7af67c9653ffc2d0945c4 (patch)
tree916b9b1144be81df0b25a2ea712f8e6ac6e8e040 /src/H5Dint.c
parent30c7264c2ca0f169b099b6ebbf13c5bd71652ebc (diff)
downloadhdf5-d8d17d23284d29048da7af67c9653ffc2d0945c4.zip
hdf5-d8d17d23284d29048da7af67c9653ffc2d0945c4.tar.gz
hdf5-d8d17d23284d29048da7af67c9653ffc2d0945c4.tar.bz2
File changes to affect formatting
Diffstat (limited to 'src/H5Dint.c')
-rw-r--r--src/H5Dint.c102
1 files changed, 51 insertions, 51 deletions
diff --git a/src/H5Dint.c b/src/H5Dint.c
index f99aabb..6e247fc 100644
--- a/src/H5Dint.c
+++ b/src/H5Dint.c
@@ -134,10 +134,10 @@ H5FL_EXTERN(H5D_chunk_info_t);
H5FL_BLK_EXTERN(type_conv);
/* Disable warning for intentional identical branches here -QAK */
-H5_GCC_DIAG_OFF(larger-than=)
+H5_GCC_DIAG_OFF("larger-than=")
/* Define a static "default" dataset structure to use to initialize new datasets */
static H5D_shared_t H5D_def_dset;
-H5_GCC_DIAG_ON(larger-than=)
+H5_GCC_DIAG_ON("larger-than=")
/* Dataset ID class */
static const H5I_class_t H5I_DATASET_CLS[1] = {{
@@ -155,7 +155,7 @@ static hbool_t H5D_top_package_initialize_s = FALSE;
static const char *H5D_prefix_ext_env = NULL;
static const char *H5D_prefix_vds_env = NULL;
-
+
/*-------------------------------------------------------------------------
* Function: H5D_init
*
@@ -178,7 +178,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_init() */
-
+
/*--------------------------------------------------------------------------
NAME
H5D__init_package -- Initialize interface-specific information
@@ -241,7 +241,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__init_package() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_top_term_package
*
@@ -295,7 +295,7 @@ H5D_top_term_package(void)
FUNC_LEAVE_NOAPI(n)
} /* end H5D_top_term_package() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_term_package
*
@@ -332,7 +332,7 @@ H5D_term_package(void)
FUNC_LEAVE_NOAPI(n)
} /* end H5D_term_package() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__close_cb
*
@@ -369,7 +369,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__close_cb() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__create_named
*
@@ -422,7 +422,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__create_named() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__get_space_status
*
@@ -495,7 +495,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__get_space_status() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__new
*
@@ -566,7 +566,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__new() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__init_type
*
@@ -641,7 +641,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__init_type() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__cache_dataspace_info
*
@@ -681,7 +681,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__cache_dataspace_info() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__init_space
*
@@ -724,7 +724,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__init_space() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__use_minimized_dset_headers
*
@@ -762,7 +762,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value);
} /* H5D__use_minimized_dset_headers */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__calculate_minimium_header_size
*
@@ -882,7 +882,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value);
} /* H5D__calculate_minimum_header_size */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__prepare_minimized_oh
*
@@ -925,7 +925,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value);
} /* H5D__prepare_minimized_oh */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__update_oh_info
*
@@ -1131,7 +1131,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__update_oh_info() */
-
+
/*--------------------------------------------------------------------------
* Function: H5D__build_file_prefix
@@ -1213,7 +1213,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* H5D__build_file_prefix() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__create
*
@@ -1471,7 +1471,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__create() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__open_name
*
@@ -1529,7 +1529,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__open_name() */
-
+
/*
*-------------------------------------------------------------------------
* Function: H5D_open
@@ -1664,7 +1664,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_open() */
-
+
/*
*-------------------------------------------------------------------------
* Function: H5D__flush_append_setup
@@ -1739,7 +1739,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* H5D__append_flush_setup() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__open_oid
*
@@ -1909,7 +1909,7 @@ done:
FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__open_oid() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_close
*
@@ -2114,7 +2114,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_close() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_mult_refresh_close
*
@@ -2194,7 +2194,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_mult_refresh_close() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_mult_refresh_reopen
*
@@ -2241,7 +2241,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* H5D_mult_refresh_reopen() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_oloc
*
@@ -2260,7 +2260,7 @@ H5D_oloc(H5D_t *dataset)
FUNC_LEAVE_NOAPI(dataset ? &(dataset->oloc) : (H5O_loc_t *)NULL)
} /* end H5D_oloc() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_nameof
*
@@ -2279,7 +2279,7 @@ H5D_nameof(const H5D_t *dataset)
FUNC_LEAVE_NOAPI(dataset ? &(dataset->path) : NULL)
} /* end H5D_nameof() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__alloc_storage
*
@@ -2445,7 +2445,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__alloc_storage() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__init_storage
*
@@ -2517,7 +2517,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__init_storage() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__get_storage_size
*
@@ -2572,7 +2572,7 @@ done:
FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__get_storage_size() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__get_offset
*
@@ -2619,7 +2619,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__get_offset() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__vlen_get_buf_size_alloc
*
@@ -2657,7 +2657,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__vlen_get_buf_size_alloc() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__vlen_get_buf_size_cb
*
@@ -2693,7 +2693,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__vlen_get_buf_size_cb() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__vlen_get_buf_size
*
@@ -2792,7 +2792,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__vlen_get_buf_size() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__vlen_get_buf_size_gen_cb
*
@@ -2848,7 +2848,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__vlen_get_buf_size_gen_cb() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__vlen_get_buf_size_gen
*
@@ -2961,7 +2961,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__vlen_get_buf_size_gen() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__check_filters
*
@@ -3011,7 +3011,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__check_filters() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__set_extent
*
@@ -3195,7 +3195,7 @@ done:
FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__set_extent() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__flush_sieve_buf
*
@@ -3232,7 +3232,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__flush_sieve_buf() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__flush_real
*
@@ -3263,7 +3263,7 @@ done:
FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__flush_real() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__flush
*
@@ -3296,7 +3296,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__flush() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__format_convert
*
@@ -3447,7 +3447,7 @@ done:
FUNC_LEAVE_NOAPI_TAG(ret_value)
} /* end H5D__format_convert() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__mark
*
@@ -3508,7 +3508,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__mark() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__flush_all_cb
*
@@ -3541,7 +3541,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__flush_all_cb() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_flush_all
*
@@ -3569,7 +3569,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_flush_all() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_get_create_plist
*
@@ -3746,7 +3746,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_get_create_plist() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D_get_access_plist
*
@@ -3843,7 +3843,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D_get_access_plist() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__get_space
*
@@ -3883,7 +3883,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__get_space() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__get_type
*
@@ -3939,7 +3939,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__get_type() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__refresh
*