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 Mar 20, 2024
1 parent 4e05769 commit 1b48b4c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions src/H5TSprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,17 @@ typedef pthread_once_t H5TS_once_t;
typedef void (*H5TS_once_init_func_t)(void);
#endif

/*****************************/
/* Library-private Variables */
/*****************************/
/*****************************/
/* Library-private Variables */
/*****************************/

/***************************************/
/* Library-private Function Prototypes */
/***************************************/
/***************************************/
/* Library-private Function Prototypes */
/***************************************/

/* Library/thread init/term operations */
H5_DLL void H5TS_term_package(void);
/* Library/thread init/term operations */
H5_DLL void
H5TS_term_package(void);

/* API locking */
H5_DLL herr_t H5TS_api_lock(void);
Expand Down

0 comments on commit 1b48b4c

Please sign in to comment.