SDL_ttf: Sync SDL3_ttf wiki -> header (91934)

From 9193484e866ddf859f8b321470cf64f5ca724185 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 30 Jan 2025 21:00:43 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header

[ci skip]
---
 include/SDL3_ttf/SDL_ttf.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index f601168d..fa9fdc70 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -1007,7 +1007,8 @@ typedef enum TTF_ImageType
  *
  * \param font the font to query.
  * \param ch the codepoint to check.
- * \param image_type a pointer filled in with the glyph image type, may be NULL.
+ * \param image_type a pointer filled in with the glyph image type, may be
+ *                   NULL.
  * \returns an SDL_Surface containing the glyph, or NULL on failure; call
  *          SDL_GetError() for more information.
  *
@@ -1026,7 +1027,8 @@ extern SDL_DECLSPEC SDL_Surface * SDLCALL TTF_GetGlyphImage(TTF_Font *font, Uint
  *
  * \param font the font to query.
  * \param glyph_index the index of the glyph to return.
- * \param image_type a pointer filled in with the glyph image type, may be NULL.
+ * \param image_type a pointer filled in with the glyph image type, may be
+ *                   NULL.
  * \returns an SDL_Surface containing the glyph, or NULL on failure; call
  *          SDL_GetError() for more information.
  *