SDL_ttf: Sync SDL3_ttf wiki -> header (e68de)

From e68de72cb0ea0643e5f6e3c25e4b3d43b2763c69 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 28 Aug 2024 03:24:33 +0000
Subject: [PATCH] Sync SDL3_ttf wiki -> header

---
 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 13c50e3b..bce69162 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -705,7 +705,8 @@ extern SDL_DECLSPEC const char * SDLCALL TTF_FontFaceStyleName(const TTF_Font *f
  *
  * \param font the font to query.
  * \param ch the character code to check.
- * \returns SDL_TRUE if font provides a glyph for this character, SDL_FALSE if not.
+ * \returns SDL_TRUE if font provides a glyph for this character, SDL_FALSE if
+ *          not.
  *
  * \since This function is available since SDL_ttf 3.0.0.
  *
@@ -723,7 +724,8 @@ extern SDL_DECLSPEC SDL_bool SDLCALL TTF_GlyphIsProvided(TTF_Font *font, Uint16
  *
  * \param font the font to query.
  * \param ch the character code to check.
- * \returns SDL_TRUE if font provides a glyph for this character, SDL_FALSE if not.
+ * \returns SDL_TRUE if font provides a glyph for this character, SDL_FALSE if
+ *          not.
  *
  * \since This function is available since SDL_ttf 3.0.0.
  */