Bläddra i källkod

Merge pull request #3020 from Lperlind/master

Format hidpi.odin
gingerBill 1 år sedan
förälder
incheckning
f8b85339af
1 ändrade filer med 8 tillägg och 8 borttagningar
  1. 8 8
      core/sys/windows/hidpi.odin

+ 8 - 8
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,
 		},
 	},
 }