From 52ee0c1058dc96843831c21653685560b914d25f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 20 Feb 2025 20:17:22 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_surface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/SDL3/SDL_surface.h b/include/SDL3/SDL_surface.h index dbe892c89a..415da1b73a 100644 --- a/include/SDL3/SDL_surface.h +++ b/include/SDL3/SDL_surface.h @@ -120,7 +120,8 @@ typedef enum SDL_FlipMode * format with a pitch of 32 would consist of 32x32 bytes of Y plane followed * by 32x16 bytes of UV plane. * - * When a surface holds MJPG format data, pixels points at the compressed JPEG image and pitch is the length of that data. + * When a surface holds MJPG format data, pixels points at the compressed JPEG + * image and pitch is the length of that data. * * \since This struct is available since SDL 3.2.0. *