summaryrefslogtreecommitdiffstats
path: root/src/H5PLplugin_cache.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-09-28 18:57:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-09-28 18:57:41 (GMT)
commit7c742a851847997f5e931f3d448b368c3179de32 (patch)
tree8908e35a0110298e3fc3e29120481e05798d5500 /src/H5PLplugin_cache.c
parent43ce4b5e6e5eb4e848bf1726252f1ca17212e545 (diff)
downloadhdf5-7c742a851847997f5e931f3d448b368c3179de32.zip
hdf5-7c742a851847997f5e931f3d448b368c3179de32.tar.gz
hdf5-7c742a851847997f5e931f3d448b368c3179de32.tar.bz2
Add clang-format changes from develop.
Diffstat (limited to 'src/H5PLplugin_cache.c')
-rw-r--r--src/H5PLplugin_cache.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/H5PLplugin_cache.c b/src/H5PLplugin_cache.c
index c58828f..5a8b595 100644
--- a/src/H5PLplugin_cache.c
+++ b/src/H5PLplugin_cache.c
@@ -93,7 +93,7 @@ static unsigned int H5PL_num_plugins_g = 0;
static unsigned int H5PL_cache_capacity_g = 0;
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__create_plugin_cache
*
@@ -130,7 +130,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL__create_plugin_cache() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__close_plugin_cache
*
@@ -170,7 +170,7 @@ H5PL__close_plugin_cache(hbool_t *already_closed /*out*/)
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL__close_plugin_cache() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__expand_cache
*
@@ -205,7 +205,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL__expand_cache() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__add_plugin
*
@@ -238,7 +238,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL__add_plugin() */
-
+
/*-------------------------------------------------------------------------
* Function: H5PL__find_plugin_in_cache
*
@@ -253,7 +253,7 @@ done:
/* See the other use of H5PL_GET_LIB_FUNC() for an explanation
* for why we disable -Wpedantic here.
*/
-H5_GCC_DIAG_OFF(pedantic)
+H5_GCC_DIAG_OFF("pedantic")
herr_t
H5PL__find_plugin_in_cache(const H5PL_search_params_t *search_params, hbool_t *found, const void **plugin_info)
{
@@ -302,5 +302,5 @@ H5PL__find_plugin_in_cache(const H5PL_search_params_t *search_params, hbool_t *f
done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5PL__find_plugin_in_cache() */
-H5_GCC_DIAG_ON(pedantic)
+H5_GCC_DIAG_ON("pedantic")