summaryrefslogtreecommitdiffstats
path: root/src/H5TS.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-03 13:57:04 (GMT)
committerGitHub <noreply@github.com>2021-02-03 13:57:04 (GMT)
commitab2c31bc87fb10e7dd6d6d5846743664694287ed (patch)
tree9587c3521e3ff43118c263ac20e678e7de0dea3e /src/H5TS.c
parentddd799282f5a921c8d507838e48744ad2c377269 (diff)
downloadhdf5-ab2c31bc87fb10e7dd6d6d5846743664694287ed.zip
hdf5-ab2c31bc87fb10e7dd6d6d5846743664694287ed.tar.gz
hdf5-ab2c31bc87fb10e7dd6d6d5846743664694287ed.tar.bz2
Update supported platforms (#303)
* OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction * Update supported platforms * Revert whitespace changes * Correct whitespace
Diffstat (limited to 'src/H5TS.c')
-rw-r--r--src/H5TS.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5TS.c b/src/H5TS.c
index 572ba65..6c4bb63 100644
--- a/src/H5TS.c
+++ b/src/H5TS.c
@@ -405,8 +405,7 @@ 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*/