summaryrefslogtreecommitdiffstats
path: root/src/H5Fsfile.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-06-01 18:10:17 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-06-01 18:10:17 (GMT)
commitaa279ebd1669761f6b37146125dd1fcc0cf99431 (patch)
tree07a564371136f63e091acb4802ac3d7306329fbd /src/H5Fsfile.c
parent6468a613fd14570a29bb54c0437bbc087f770621 (diff)
downloadhdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.zip
hdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.tar.gz
hdf5-aa279ebd1669761f6b37146125dd1fcc0cf99431.tar.bz2
More normalization with develop (C library).
Diffstat (limited to 'src/H5Fsfile.c')
-rw-r--r--src/H5Fsfile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fsfile.c b/src/H5Fsfile.c
index 6ca338f..1678f49 100644
--- a/src/H5Fsfile.c
+++ b/src/H5Fsfile.c
@@ -24,7 +24,7 @@
/* Struct for tracking "shared" file structs */
typedef struct H5F_sfile_node_t {
- H5F_shared_t *shared; /* Pointer to "shared" file struct */
+ H5F_shared_t *shared; /* Pointer to "shared" file struct */
struct H5F_sfile_node_t *next; /* Pointer to next node */
} H5F_sfile_node_t;
@@ -84,7 +84,7 @@ H5F_sfile_assert_num(unsigned n)
/*-------------------------------------------------------------------------
- * Function: H5F_sfile_add
+ * Function: H5F_sfile_add
*
* Purpose: Add a "shared" file struct to the list of open files
*
@@ -123,7 +123,7 @@ done:
/*-------------------------------------------------------------------------
- * Function: H5F_sfile_search
+ * Function: H5F_sfile_search
*
* Purpose: Search for a "shared" file with low-level file info that
* matches
@@ -163,7 +163,7 @@ done:
/*-------------------------------------------------------------------------
- * Function: H5F_sfile_remove
+ * Function: H5F_sfile_remove
*
* Purpose: Remove a "shared" file struct from the list of open files
*