Skip to content

Commit f88bbfc

Browse files
committed
all: run v fmt -w . in project root
1 parent 23c0bdc commit f88bbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

surface.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ fn C.SDL_GetSurfaceBlendMode(surface &C.SDL_Surface, blend_mode &C.SDL_BlendMode
558558
//
559559
// See also: SDL_SetSurfaceBlendMode
560560
pub fn get_surface_blend_mode(surface &Surface, blend_mode &BlendMode) int {
561-
return C.SDL_GetSurfaceBlendMode(surface, unsafe{&C.SDL_BlendMode(blend_mode)})
561+
return C.SDL_GetSurfaceBlendMode(surface, unsafe { &C.SDL_BlendMode(blend_mode) })
562562
}
563563

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

0 commit comments

Comments
 (0)