Skip to content

Commit d8b2954

Browse files
committed
Formatting.
1 parent b29bdf7 commit d8b2954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src_c/alphablit.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,8 @@ premul_surf_color_by_alpha(SDL_Surface *src, SDL_Surface *dst)
17151715
#if !defined(__EMSCRIPTEN__)
17161716
#if SDL_BYTEORDER == SDL_LIL_ENDIAN
17171717
if ((PG_SURF_BytesPerPixel(src) == 4) &&
1718-
(src->pitch == (src->w * PG_SURF_BytesPerPixel(src))) && pg_has_avx2()) {
1718+
(src->pitch == (src->w * PG_SURF_BytesPerPixel(src))) &&
1719+
pg_has_avx2()) {
17191720
premul_surf_color_by_alpha_avx2(src, src_format, dst);
17201721
return 0;
17211722
}

0 commit comments

Comments
 (0)