summaryrefslogtreecommitdiffstats
path: root/src/H5TS.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-01-20 00:42:38 (GMT)
committerGitHub <noreply@github.com>2021-01-20 00:42:38 (GMT)
commit672892cc0ed458b30ad60b02e38c92c680468800 (patch)
tree98b80942e207e1bf6563968c5363506aa0dba37c /src/H5TS.c
parenta5ffedb8c6c0654ec78c2872ed912610d2e86d64 (diff)
downloadhdf5-672892cc0ed458b30ad60b02e38c92c680468800.zip
hdf5-672892cc0ed458b30ad60b02e38c92c680468800.tar.gz
hdf5-672892cc0ed458b30ad60b02e38c92c680468800.tar.bz2
Fixes a wayward parenthesis in H5TS.c (#262)hdf5-1_13_0-rc4
Diffstat (limited to 'src/H5TS.c')
-rw-r--r--src/H5TS.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5TS.c b/src/H5TS.c
index 732f41c..fb97ee0 100644
--- a/src/H5TS.c
+++ b/src/H5TS.c
@@ -405,7 +405,8 @@ H5TS__mutex_acquire(H5TS_mutex_t *mutex, unsigned int lock_count, hbool_t *acqui
*--------------------------------------------------------------------------
*/
herr_t
-H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired){
+H5TSmutex_acquire(unsigned int lock_count, hbool_t *acquired)
+{
FUNC_ENTER_API_NAMECHECK_ONLY
/*NO TRACE*/