Skip to content

Commit 9520e8d

Browse files
committed
all: run v fmt -w . in project root
1 parent 1c78706 commit 9520e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surface.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ fn C.SDL_GetSurfaceBlendMode(surface &C.SDL_Surface, blend_mode &C.SDL_BlendMode
316316
//
317317
// See also: SDL_SetSurfaceBlendMode()
318318
pub fn get_surface_blend_mode(surface &Surface, blend_mode &BlendMode) int {
319-
return C.SDL_GetSurfaceBlendMode(surface, unsafe{&C.SDL_BlendMode(blend_mode)})
319+
return C.SDL_GetSurfaceBlendMode(surface, unsafe { &C.SDL_BlendMode(blend_mode) })
320320
}
321321

322322
fn C.SDL_SetClipRect(surface &C.SDL_Surface, const_rect &C.SDL_Rect) bool

0 commit comments

Comments
 (0)