Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
itzpr3d4t0r committed Aug 6, 2023
1 parent 64b3d11 commit b2bd30d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src_c/simd_surface_fill_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ surface_fill_blend_rgba_add_avx2(SDL_Surface *surface, SDL_Rect *rect,
}
#else
int
surface_fill_blend_rgba_add_avx2(SDL_Surface *surface, SDL_Rect *rect, Uint32 color)
surface_fill_blend_rgba_add_avx2(SDL_Surface *surface, SDL_Rect *rect,
Uint32 color)
{
BAD_AVX2_FUNCTION_CALL;
return -1;
Expand Down

0 comments on commit b2bd30d

Please sign in to comment.