Browse Source

Fix tab spacing.

Josh Engler 3 years ago
parent
commit
50cbb8a1fc
1 changed files with 25 additions and 25 deletions
  1. 25 25
      core/sys/windows/types.odin

+ 25 - 25
core/sys/windows/types.odin

@@ -816,12 +816,12 @@ CREATESTRUCTW:: struct {
 }
 
 DEVMODEW :: struct {
-    dmDeviceName:   [32]wchar_t,
-    dmSpecVersion:   WORD,
-    dmDriverVersion: WORD,
-    dmSize:          WORD,
-    dmDriverExtra:   WORD,
-    dmFields:        DWORD,
+	dmDeviceName:   [32]wchar_t,
+	dmSpecVersion:   WORD,
+	dmDriverVersion: WORD,
+	dmSize:          WORD,
+	dmDriverExtra:   WORD,
+	dmFields:        DWORD,
 	using _: struct #raw_union {
 		// Printer only fields.
 		using _: struct {
@@ -841,29 +841,29 @@ DEVMODEW :: struct {
 			dmDisplayFixedOutput: DWORD,
 		},
 	},
-    dmColor:       c_short,
-    dmDuplex:      c_short,
-    dmYResolution: c_short,
-    dmTTOption:    c_short,
-    dmCollate:     c_short,
-    dmFormName:    [32]wchar_t,
-    dmLogPixels:   WORD,
-    dmBitsPerPel:  DWORD,
-    dmPelsWidth:   DWORD,
-    dmPelsHeight:  DWORD,
+	dmColor:       c_short,
+	dmDuplex:      c_short,
+	dmYResolution: c_short,
+	dmTTOption:    c_short,
+	dmCollate:     c_short,
+	dmFormName:    [32]wchar_t,
+	dmLogPixels:   WORD,
+	dmBitsPerPel:  DWORD,
+	dmPelsWidth:   DWORD,
+	dmPelsHeight:  DWORD,
 	using _: struct #raw_union {
 		dmDisplayFlags: DWORD,
 		dmNup:          DWORD,
 	},
-    dmDisplayFrequency: DWORD,
-    dmICMMethod:        DWORD,
-    dmICMIntent:        DWORD,
-    dmMediaType:        DWORD,
-    dmDitherType:       DWORD,
-    dmReserved1:        DWORD,
-    dmReserved2:        DWORD,
-    dmPanningWidth:     DWORD,
-    dmPanningHeight:    DWORD,
+	dmDisplayFrequency: DWORD,
+	dmICMMethod:        DWORD,
+	dmICMIntent:        DWORD,
+	dmMediaType:        DWORD,
+	dmDitherType:       DWORD,
+	dmReserved1:        DWORD,
+	dmReserved2:        DWORD,
+	dmPanningWidth:     DWORD,
+	dmPanningHeight:    DWORD,
 }
 
 // MessageBox() Flags