more spacing

Co-authored-by: Laytan <laytanlaats@hotmail.com>
This commit is contained in:
WP. Yingamphol
2025-07-15 09:29:39 +07:00
committed by GitHub
parent 08c298808b
commit 05b769734b

View File

@@ -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()