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 Apr 13, 2024
1 parent c7738a2 commit 22ccd0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -1237,8 +1237,7 @@ H5_DLL herr_t H5CX_pop(bool update_dxpl_props);
#define FUNC_ENTER_COMMON_NOERR(asrt) FUNC_ENTER_CHECK_NAME(asrt);

/* Local variables for API routines */
#define FUNC_ENTER_API_VARS \
H5CANCEL_DECL
#define FUNC_ENTER_API_VARS H5CANCEL_DECL

#define FUNC_ENTER_API_COMMON \
FUNC_ENTER_API_VARS \
Expand Down

0 comments on commit 22ccd0c

Please sign in to comment.