diff options
author | Quincey Koziol <koziol@lbl.gov> | 2021-01-07 22:16:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 22:16:00 (GMT) |
commit | e3b7d68826b5ce54518220d80dfb723f04c7b486 (patch) | |
tree | 043401e2221af79b80dcf11c3991674217f1a7ac /src/H5TS.c | |
parent | 3ae45182b5f728fbe0fc25cf1fd8db5b1e014d4a (diff) | |
download | hdf5-e3b7d68826b5ce54518220d80dfb723f04c7b486.zip hdf5-e3b7d68826b5ce54518220d80dfb723f04c7b486.tar.gz hdf5-e3b7d68826b5ce54518220d80dfb723f04c7b486.tar.bz2 |
Reformat source (#244)
Diffstat (limited to 'src/H5TS.c')
-rw-r--r-- | src/H5TS.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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*/ |