Skip to content

Commit

Permalink
all: run v fmt -w . in project root (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon authored Aug 11, 2024
1 parent ebba206 commit 873c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sdl_opengl_and_sokol/main.v
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn main() {

vertex_buffer_desc.size = usize(vertices.len * int(sizeof(Vertex_t)))
vertex_buffer_desc.data = gfx.Range{
ptr: vertices.data
ptr: vertices.data
size: vertex_buffer_desc.size
}

Expand Down

0 comments on commit 873c137

Please sign in to comment.