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 24, 2024
1 parent 688cde5 commit 69d3d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5TSprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ typedef atomic_flag H5TS_spinlock_t;
#ifdef H5_HAVE_THREADSAFE_API
/* Library/thread init/term operations */
H5_DLL herr_t H5TS_init(void);
H5_DLL void H5TS_term_package(void);
H5_DLL int H5TS_top_term_package(void);
H5_DLL void H5TS_term_package(void);
H5_DLL int H5TS_top_term_package(void);

/* Prepare for / restore after user callback */
#ifdef H5_HAVE_CONCURRENCY
Expand Down

0 comments on commit 69d3d28

Please sign in to comment.