diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-09-30 14:27:10 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-09-30 14:27:10 (GMT) |
commit | b2d661b508a7fc7a2592c13bc6bdc175551f075d (patch) | |
tree | 13baeb0d83a7c2a4c6299993c182b1227c2f6114 /src/H5VLnative_introspect.c | |
parent | 29ab58b58dce556639ea3154e262895773a8a8df (diff) | |
download | hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.zip hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.tar.gz hdf5-b2d661b508a7fc7a2592c13bc6bdc175551f075d.tar.bz2 |
Clang-format of source files
Diffstat (limited to 'src/H5VLnative_introspect.c')
-rw-r--r-- | src/H5VLnative_introspect.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/H5VLnative_introspect.c b/src/H5VLnative_introspect.c index 45b8d8c..e59f7fd 100644 --- a/src/H5VLnative_introspect.c +++ b/src/H5VLnative_introspect.c @@ -15,9 +15,9 @@ * */ -#include "H5private.h" /* Generic Functions */ -#include "H5Eprivate.h" /* Error handling */ -#include "H5VLprivate.h" /* Virtual Object Layer */ +#include "H5private.h" /* Generic Functions */ +#include "H5Eprivate.h" /* Error handling */ +#include "H5VLprivate.h" /* Virtual Object Layer */ #include "H5VLnative_private.h" /* Native VOL connector */ @@ -25,7 +25,6 @@ * it can return the address of the staticly declared class struct. */ - /*--------------------------------------------------------------------------- * Function: H5VL__native_introspect_opt_query * @@ -37,7 +36,7 @@ */ herr_t H5VL__native_introspect_opt_query(void H5_ATTR_UNUSED *obj, H5VL_subclass_t H5_ATTR_UNUSED cls, - int H5_ATTR_UNUSED opt_type, hbool_t *supported) + int H5_ATTR_UNUSED opt_type, hbool_t *supported) { FUNC_ENTER_PACKAGE_NOERR @@ -49,4 +48,3 @@ H5VL__native_introspect_opt_query(void H5_ATTR_UNUSED *obj, H5VL_subclass_t H5_A FUNC_LEAVE_NOAPI(SUCCEED) } /* end H5VL__native_introspect_opt_query() */ - |