Skip to content

Commit

Permalink
Pacify clang-format (?)
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 25, 2024
1 parent 3a3b317 commit c0ef2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ H5_DLL herr_t H5CX_pop(bool update_dxpl_props);
} /*end scope from end of FUNC_ENTER*/ \
H5_POP_FUNC \
if (err_occurred) \
(void)H5E_dump_api_stack(); \
(void)H5E_dump_api_stack(); \
H5_API_UNLOCK \
return (ret_value); \
} \
Expand Down

0 comments on commit c0ef2d0

Please sign in to comment.