Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent 5d16157 commit 145e1e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -1114,10 +1114,9 @@ extern char H5_lib_vers_info_g[];
HGOTO_ERROR(H5E_FUNC, H5E_CANTINIT, err, "interface initialization failed"); \
} \
}
#define H5_PACKAGE_NO_INIT(err) \
/* Mark a package without an init interface call as initialized */
if (H5_UNLIKELY(!H5_PKG_INIT_VAR && !H5_TERM_GLOBAL)) \
H5_PKG_INIT_VAR = true;
#define H5_PACKAGE_NO_INIT(err) /* Mark a package without an init interface call as initialized */
if (H5_UNLIKELY(!H5_PKG_INIT_VAR && !H5_TERM_GLOBAL))
H5_PKG_INIT_VAR = true;
#define H5_PACKAGE_INIT(pkg_init, err) H5_GLUE3(H5_PACKAGE_, pkg_init, _INIT)(err)
#else /* H5_MY_PKG */
#define H5_PKG_INIT_VAR (true)
Expand Down

0 comments on commit 145e1e4

Please sign in to comment.