From 3d0519fe6c5d2db56877d9d5db5a54512cca7878 Mon Sep 17 00:00:00 2001 From: Thomas la Cour Date: Thu, 8 Aug 2024 18:05:41 +0200 Subject: [PATCH] trim whitespace --- core/sys/windows/gdi32.odin | 2 +- core/sys/windows/types.odin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sys/windows/gdi32.odin b/core/sys/windows/gdi32.odin index 6788ed2ea..5cbafddba 100644 --- a/core/sys/windows/gdi32.odin +++ b/core/sys/windows/gdi32.odin @@ -28,7 +28,7 @@ foreign gdi32 { SetPixelFormat :: proc(hdc: HDC, format: INT, ppfd: ^PIXELFORMATDESCRIPTOR) -> BOOL --- ChoosePixelFormat :: proc(hdc: HDC, ppfd: ^PIXELFORMATDESCRIPTOR) -> INT --- - DescribePixelFormat :: proc(hdc: HDC, iPixelFormat: INT, nBytes: UINT, ppfd: ^PIXELFORMATDESCRIPTOR) -> INT --- + DescribePixelFormat :: proc(hdc: HDC, iPixelFormat: INT, nBytes: UINT, ppfd: ^PIXELFORMATDESCRIPTOR) -> INT --- SwapBuffers :: proc(hdc: HDC) -> BOOL --- SetDCBrushColor :: proc(hdc: HDC, color: COLORREF) -> COLORREF --- diff --git a/core/sys/windows/types.odin b/core/sys/windows/types.odin index e10e53cf9..d9a6bd1fd 100644 --- a/core/sys/windows/types.odin +++ b/core/sys/windows/types.odin @@ -2781,7 +2781,7 @@ CONTEXT :: struct { PCONTEXT :: ^CONTEXT LPCONTEXT :: ^CONTEXT -when size_of(uintptr) == 32 { +when size_of(uintptr) == 32 { XSAVE_FORMAT :: struct #align(16) { ControlWord: WORD, StatusWord: WORD,