summaryrefslogtreecommitdiffstats
path: root/src/H5Tdbg.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-06 22:08:28 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-06 22:08:28 (GMT)
commit7391f5f26c0893bb56e0d122c459e77796e2ed9b (patch)
tree792c5e4f5d3210dca491df119e99cc4d78f7dbd0 /src/H5Tdbg.c
parentb2c90cc84ec84f51233d69f5eb951d48ba20d37e (diff)
parent482ade4657c34188532a5b19664f37dcd3319edd (diff)
downloadhdf5-7391f5f26c0893bb56e0d122c459e77796e2ed9b.zip
hdf5-7391f5f26c0893bb56e0d122c459e77796e2ed9b.tar.gz
hdf5-7391f5f26c0893bb56e0d122c459e77796e2ed9b.tar.bz2
Merge branch 'develop' into file_locking_squash_2
Diffstat (limited to 'src/H5Tdbg.c')
-rw-r--r--src/H5Tdbg.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/H5Tdbg.c b/src/H5Tdbg.c
index 7af736a..6188138 100644
--- a/src/H5Tdbg.c
+++ b/src/H5Tdbg.c
@@ -13,11 +13,11 @@
/*-------------------------------------------------------------------------
*
- * Created: H5Tdbg.c
- * Jul 19 2007
- * Quincey Koziol <koziol@hdfgroup.org>
+ * Created: H5Tdbg.c
+ * Jul 19 2007
+ * Quincey Koziol
*
- * Purpose: Dump debugging information about a datatype
+ * Purpose: Dump debugging information about a datatype
*
*-------------------------------------------------------------------------
*/
@@ -72,7 +72,7 @@
/*******************/
-
+
/*-------------------------------------------------------------------------
* Function: H5T__print_stats
*
@@ -137,7 +137,7 @@ H5T__print_stats(H5T_path_t H5_ATTR_UNUSED * path, int H5_ATTR_UNUSED * nprint/*
FUNC_LEAVE_NOAPI(SUCCEED)
} /* end H5T__print_stats() */
-
+
/*-------------------------------------------------------------------------
* Function: H5T_debug
*