SDL: Sync SDL3 wiki -> header (0e5a4)

From 0e5a49542d429fce3e9acc6c59cb9c9e92f572d3 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 27 Sep 2024 20:39:24 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_clipboard.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_clipboard.h b/include/SDL3/SDL_clipboard.h
index afd3bb56a628e..342ecd1f4fe09 100644
--- a/include/SDL3/SDL_clipboard.h
+++ b/include/SDL3/SDL_clipboard.h
@@ -43,9 +43,10 @@ extern "C" {
 /* Function prototypes */
 
 /**
- *  Retrieve the list of mime types available in the clipboard.
+ * Retrieve the list of mime types available in the clipboard.
  *
- * \param num_mime_types a pointer filled with the number of mime types. May be NULL.
+ * \param num_mime_types a pointer filled with the number of mime types. May
+ *                       be NULL.
  * \returns a null terminated array of strings with mime types, or NULL on
  *          failure; call SDL_GetError() for more information. This should be
  *          freed with SDL_free() when it is no longer needed.