From 05b769734b7534eed36138271d969f8477385b8d Mon Sep 17 00:00:00 2001 From: "WP. Yingamphol" <145095511+peperronii@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:29:39 +0700 Subject: [PATCH] more spacing Co-authored-by: Laytan --- core/thread/thread_windows.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/thread/thread_windows.odin b/core/thread/thread_windows.odin index 653a21e14..9281635e5 100644 --- a/core/thread/thread_windows.odin +++ b/core/thread/thread_windows.odin @@ -155,7 +155,7 @@ _yield :: proc() { win32.SwitchToThread() } -_get_name :: proc(thread: ^Thread, allocator: runtime.Allocator, loc : runtime.Source_Code_Location) -> (name:string, err:runtime.Allocator_Error) { +_get_name :: proc(thread: ^Thread, allocator: runtime.Allocator, loc: runtime.Source_Code_Location) -> (name: string, err: runtime.Allocator_Error) { t_handle: win32.HANDLE if thread == nil { t_handle = win32.GetCurrentThread()