summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-02-03 14:19:58 (GMT)
committerGitHub <noreply@github.com>2021-02-03 14:19:58 (GMT)
commiteac05994c71a98a302674ab425a43758ecac9fd8 (patch)
treef8bc966441cc9ec9e6fa20779b13e67bbf35860e /src/H5O.c
parentab2c31bc87fb10e7dd6d6d5846743664694287ed (diff)
downloadhdf5-eac05994c71a98a302674ab425a43758ecac9fd8.zip
hdf5-eac05994c71a98a302674ab425a43758ecac9fd8.tar.gz
hdf5-eac05994c71a98a302674ab425a43758ecac9fd8.tar.bz2
Fixes bin/trace so it doesn't dirty the repo when autogen runs (#295)
* Fixes bin/trace so it doesn't dirty the repo when autogen runs * Put the trace max back to 110 and comment off H5O.c line
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 2cdb37d..7be332b 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -1188,8 +1188,9 @@ H5Oget_info_by_name_async(const char *app_file, const char *app_func, unsigned a
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(FAIL)
- H5TRACE9("e", "*s*sIui*sxIuii", app_file, app_func, app_line, loc_id, name, oinfo, fields, lapl_id,
- es_id);
+ /* clang-format off */
+ H5TRACE9("e", "*s*sIui*sxIuii", app_file, app_func, app_line, loc_id, name, oinfo, fields, lapl_id, es_id);
+ /* clang-format on */
/* Set up request token pointer for asynchronous operation */
if (H5ES_NONE != es_id)