summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-31 18:25:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-31 18:25:39 (GMT)
commit3f30fad64c9544e805caa3d886d80a7ee87fcd4b (patch)
tree6a2d770b08d5c8f51849c3e949e4615313cb1c4e /src
parent9079eb7c1fd0db5773bb7ceb79c8e1ab356b22fc (diff)
downloadhdf5-3f30fad64c9544e805caa3d886d80a7ee87fcd4b.zip
hdf5-3f30fad64c9544e805caa3d886d80a7ee87fcd4b.tar.gz
hdf5-3f30fad64c9544e805caa3d886d80a7ee87fcd4b.tar.bz2
Restore page ejects.
Diffstat (limited to 'src')
-rw-r--r--src/H5Dio.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index b359117..7807000 100644
--- a/src/H5Dio.c
+++ b/src/H5Dio.c
@@ -90,7 +90,7 @@ static herr_t H5D__typeinfo_term(const H5D_type_info_t *type_info);
H5FL_BLK_DEFINE(type_conv);
-
+
/*-------------------------------------------------------------------------
* Function: H5Dread
*
@@ -228,7 +228,7 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Dread() */
-
+
/*-------------------------------------------------------------------------
* Function: H5Dwrite
*
@@ -326,7 +326,7 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Dwrite() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__pre_write
*
@@ -408,7 +408,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__pre_write() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__read
*
@@ -629,7 +629,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__read() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__write
*
@@ -887,7 +887,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__write() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__ioinfo_init
*
@@ -956,7 +956,7 @@ const
FUNC_LEAVE_NOAPI(SUCCEED)
} /* end H5D__ioinfo_init() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__typeinfo_init
*
@@ -1113,7 +1113,7 @@ done:
} /* end H5D__typeinfo_init() */
#ifdef H5_HAVE_PARALLEL
-
+
/*-------------------------------------------------------------------------
* Function: H5D__ioinfo_adjust
*
@@ -1205,7 +1205,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5D__ioinfo_adjust() */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__ioinfo_term
*
@@ -1261,7 +1261,7 @@ done:
#endif /* H5_HAVE_PARALLEL */
-
+
/*-------------------------------------------------------------------------
* Function: H5D__typeinfo_term
*