Browse Source

Merge pull request #3020 from Lperlind/master

Format hidpi.odin
gingerBill 1 năm trước cách đây
mục cha
commit
f8b85339af
1 tập tin đã thay đổi với 8 bổ sung8 xóa
  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,
 		},
 	},
 }