SDL_rtf: Sync SDL_rtf wiki -> header (0cecf)

From 0cecf359b64945f4440e80ab62606e269dbad239 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 18 Sep 2024 17:58:25 +0000
Subject: [PATCH] Sync SDL_rtf wiki -> header

---
 include/SDL3_rtf/SDL_rtf.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/include/SDL3_rtf/SDL_rtf.h b/include/SDL3_rtf/SDL_rtf.h
index 1311159..0244122 100644
--- a/include/SDL3_rtf/SDL_rtf.h
+++ b/include/SDL3_rtf/SDL_rtf.h
@@ -147,8 +147,8 @@ extern SDL_DECLSPEC RTF_Context * SDLCALL RTF_CreateContext(SDL_Renderer *render
  *
  * \param ctx the RTF context to update.
  * \param file the file path to load RTF data from.
- * \returns true on success or false on failure; call SDL_GetError()
- *          for more information.
+ * \returns true on success or false on failure; call SDL_GetError() for more
+ *          information.
  *
  * \since This function is available since SDL_rtf 3.0.0.
  */
@@ -159,18 +159,18 @@ extern SDL_DECLSPEC bool SDLCALL RTF_Load(RTF_Context *ctx, const char *file);
  *
  * This can be called multiple times to change the text displayed.
  *
- * If `closeio` is true, this function will close `src`, whether this
- * function succeeded or not.
+ * If `closeio` is true, this function will close `src`, whether this function
+ * succeeded or not.
  *
  * On failure, call RTF_GetError() to get a human-readable text message
  * corresponding to the error.
  *
  * \param ctx the RTF context to update.
  * \param src the SDL_IOStream to load RTF data from.
- * \param closeio true to close `src` when the font is closed, false
- *                to leave it open.
- * \returns true on success or false on failure; call SDL_GetError()
- *          for more information.
+ * \param closeio true to close `src` when the font is closed, false to leave
+ *                it open.
+ * \returns true on success or false on failure; call SDL_GetError() for more
+ *          information.
  *
  * \since This function is available since SDL_rtf 3.0.0.
  */