summaryrefslogtreecommitdiffstats
path: root/src/H5TS.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2020-12-16 18:15:06 (GMT)
committerGitHub <noreply@github.com>2020-12-16 18:15:06 (GMT)
commite4865ce716183485313238bcd6d5a82894ed5228 (patch)
treecca7d8e4014afcf8c8747b9f9e2a43b016af21c7 /src/H5TS.c
parentfaf3a2fae0c0c7afdc184c61abc918a03e916f68 (diff)
downloadhdf5-e4865ce716183485313238bcd6d5a82894ed5228.zip
hdf5-e4865ce716183485313238bcd6d5a82894ed5228.tar.gz
hdf5-e4865ce716183485313238bcd6d5a82894ed5228.tar.bz2
Turns off clang formatter for H5ARGS_TRACE (#184)
The H5ARGS_TRACE macro was added during the async merge. These macros are updated by the bin/trace script, but conflict with the formatter so formatted code gets dirtied when autogen.sh is run. This change enshrines the bin/trace output as canonical and adds comments to turn clang formatting off for those lines containing H5ARGS_TRACE.
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 09caf51..f3b533d 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*/