Skip to content

Commit dba9c2c

Browse files
committed
all: run v fmt -w . in project root
1 parent bedae07 commit dba9c2c

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
@@ -559,7 +559,7 @@ fn C.SDL_GetSurfaceBlendMode(surface &C.SDL_Surface, blend_mode &C.SDL_BlendMode
559559
//
560560
// See also: SDL_SetSurfaceBlendMode
561561
pub fn get_surface_blend_mode(surface &Surface, blend_mode &BlendMode) int {
562-
return C.SDL_GetSurfaceBlendMode(surface, unsafe{&C.SDL_BlendMode(blend_mode)})
562+
return C.SDL_GetSurfaceBlendMode(surface, unsafe { &C.SDL_BlendMode(blend_mode) })
563563
}
564564

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

0 commit comments

Comments
 (0)