Skip to content

Commit

Permalink
check format CI
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 14, 2024
1 parent bcd3ff1 commit 7323c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/h5_async_vol.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ works, and perform publicly and display publicly, and to permit others to do so.
#define H5VLOPEN_LIB_CONTEXT(CONTEXT) FUNC_H5VLOPEN_LIB_CONTEXT(CONTEXT)
#define H5VLCLOSE_LIB_CONTEXT(CONTEXT) FUNC_H5VLCLOSE_LIB_CONTEXT(CONTEXT)
#else
#define FUNC_H5VLOPEN_LIB_CONTEXT H5VLstart_lib_state
#define FUNC_H5VLCLOSE_LIB_CONTEXT H5VLfinish_lib_state
#define FUNC_H5VLOPEN_LIB_CONTEXT H5VLstart_lib_state
#define FUNC_H5VLCLOSE_LIB_CONTEXT H5VLfinish_lib_state
#define H5VLOPEN_LIB_CONTEXT(CONTEXT) FUNC_H5VLOPEN_LIB_CONTEXT()
#define H5VLCLOSE_LIB_CONTEXT(CONTEXT) FUNC_H5VLCLOSE_LIB_CONTEXT()
#endif
Expand Down

0 comments on commit 7323c9b

Please sign in to comment.