summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-09-28 23:18:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-09-28 23:18:10 (GMT)
commit5cc0a92c8d6983268404fe3f14294b67c5c3513d (patch)
tree74071568b3fb09daff4ab00ea2d064ba0f5d1339 /src/H5Cpkg.h
parent7c742a851847997f5e931f3d448b368c3179de32 (diff)
downloadhdf5-5cc0a92c8d6983268404fe3f14294b67c5c3513d.zip
hdf5-5cc0a92c8d6983268404fe3f14294b67c5c3513d.tar.gz
hdf5-5cc0a92c8d6983268404fe3f14294b67c5c3513d.tar.bz2
Src file format preventive updates
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r--src/H5Cpkg.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h
index 47ee1ce..1969a8a 100644
--- a/src/H5Cpkg.h
+++ b/src/H5Cpkg.h
@@ -26,6 +26,9 @@
* reason why this file was created.
*/
+/* clang-format off */
+/* Maintain current format by disabling format for this file */
+
#if !(defined H5C_FRIEND || defined H5C_MODULE)
#error "Do not include this file outside the H5C package!"
#endif
@@ -1654,8 +1657,8 @@ if ( ( (cache_ptr)->index_size != \
* Function: H5C__REMOVE_ENTRY_FROM_SLIST
*
* Purpose: Remove the specified instance of H5C_cache_entry_t from the
- * index skip list in the specified instance of H5C_t. Update
- * the associated length and size fields.
+ * index skip list in the specified instance of H5C_t. Update
+ * the associated length and size fields.
*
* Return: N/A
*
@@ -1743,7 +1746,7 @@ if ( ( (cache_ptr)->index_size != \
* Function: H5C__UPDATE_SLIST_FOR_SIZE_CHANGE
*
* Purpose: Update cache_ptr->slist_size for a change in the size of
- * and entry in the slist.
+ * and entry in the slist.
*
* Return: N/A
*
@@ -3723,10 +3726,11 @@ typedef struct H5C_tag_info_t {
* one.
*
* entry_watched_for_removal: Pointer to an instance of H5C_cache_entry_t
- * which contains the 'next' entry for an iteration. Removing
+ * which contains the 'next' entry for an iteration. Removing
* this entry must trigger a rescan of the iteration, so each
* entry removed from the cache is compared against this pointer
- * and the pointer is reset to NULL if the watched entry is removed.
+ * and the pointer is reset to NULL if the watched entry is
+ * removed.
* (This functions similarly to a "dead man's switch")
*
*
@@ -4925,4 +4929,5 @@ H5_DLL herr_t H5C__verify_cork_tag_test(hid_t fid, H5O_token_t tag_token, hbool_
#endif /* H5C_TESTING */
#endif /* _H5Cpkg_H */
+/* clang-format on */