From 7902363623216127ddfa9060f3b82c866fac35c1 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 19 Mar 2024 07:39:22 -0700 Subject: [PATCH] Code formatting Signed-off-by: Quincey Koziol --- src/H5TSwin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/H5TSwin.c b/src/H5TSwin.c index 6a879c7fdaa..44a4231c875 100644 --- a/src/H5TSwin.c +++ b/src/H5TSwin.c @@ -104,7 +104,8 @@ H5TS__win32_process_enter(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *lpContex) *-------------------------------------------------------------------------- */ herr_t -H5TS_win32_thread_enter(void){FUNC_ENTER_NOAPI_NAMECHECK_ONLY +H5TS_win32_thread_enter(void) +{FUNC_ENTER_NOAPI_NAMECHECK_ONLY /* Currently a placeholder function. TLS setup is performed * elsewhere in the library.