SDL: Sync SDL3 wiki -> header (a5e49)

From a5e49cc4e8ddcdf44dcb091b3dc9bb833a6d40a5 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Wed, 8 May 2024 19:36:35 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

---
 include/SDL3/SDL_time.h | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/include/SDL3/SDL_time.h b/include/SDL3/SDL_time.h
index 204a0419be6e3..ea536556fbaa8 100644
--- a/include/SDL3/SDL_time.h
+++ b/include/SDL3/SDL_time.h
@@ -87,12 +87,14 @@ typedef enum SDL_TimeFormat
  * Gets the current preferred date and time format for the system locale.
  *
  * This might be a "slow" call that has to query the operating system. It's
- * best to ask for this once and save the results. However, the preferred formats
- * can change, usually because the user has changed a system preference outside of
- * your program.
- *
- * \param dateFormat a pointer to the SDL_DateFormat to hold the returned date format, may be NULL
- * \param timeFormat a pointer to the SDL_TimeFormat to hold the returned time format, may be NULL
+ * best to ask for this once and save the results. However, the preferred
+ * formats can change, usually because the user has changed a system
+ * preference outside of your program.
+ *
+ * \param dateFormat a pointer to the SDL_DateFormat to hold the returned date
+ *                   format, may be NULL
+ * \param timeFormat a pointer to the SDL_TimeFormat to hold the returned time
+ *                   format, may be NULL
  *
  * \since This function is available since SDL 3.0.0.
  */