From 12b8f91249f3f51bf866d98ed7cf099434517d6f Mon Sep 17 00:00:00 2001 From: Lucas Perlind Date: Thu, 14 Dec 2023 10:29:50 +1100 Subject: [PATCH] Format hidpi.odin --- core/sys/windows/hidpi.odin | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/sys/windows/hidpi.odin b/core/sys/windows/hidpi.odin index f1724ff0f..8f1a75247 100644 --- a/core/sys/windows/hidpi.odin +++ b/core/sys/windows/hidpi.odin @@ -52,14 +52,14 @@ HIDP_BUTTON_CAPS :: struct { DataIndexMax: USHORT, }, NotRange: struct { - Usage: USAGE, - Reserved1: USAGE, - StringIndex: USHORT, - Reserved2: USHORT, - DesignatorIndex: USHORT, - Reserved3: USHORT, - DataIndex: USHORT, - Reserved4: USHORT, + Usage: USAGE, + Reserved1: USAGE, + StringIndex: USHORT, + Reserved2: USHORT, + DesignatorIndex: USHORT, + Reserved3: USHORT, + DataIndex: USHORT, + Reserved4: USHORT, }, }, }