Browse Source

Add newline to glue_darwin.odin

Emir 1 year ago
parent
commit
95412df129
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/wgpu/sdl2glue/glue_darwin.odin

+ 1 - 1
vendor/wgpu/sdl2glue/glue_darwin.odin

@@ -22,4 +22,4 @@ GetSurface :: proc(instance: wgpu.Instance, window: ^sdl2.Window) -> wgpu.Surfac
 			},
 			},
 		},
 		},
 	)
 	)
-}
+}