SDL: Sync wiki -> headers. (7ac28)

From 7ac281f8009f6df620f57e60ca3c16bc82d4810b Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 6 Nov 2023 09:33:05 -0500
Subject: [PATCH] Sync wiki -> headers.

---
 include/SDL3/SDL_events.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h
index 760c6ca75b76..00bc35ecff75 100644
--- a/include/SDL3/SDL_events.h
+++ b/include/SDL3/SDL_events.h
@@ -1126,10 +1126,12 @@ extern DECLSPEC Uint32 SDLCALL SDL_RegisterEvents(int numevents);
 /**
  * Allocate dynamic memory for an SDL event
  *
- * You can use this to allocate memory for user events that will be automatically freed after the event is processed.
+ * You can use this to allocate memory for user events that will be
+ * automatically freed after the event is processed.
  *
  * \param size the amount of memory to allocate
- * \returns a pointer to the memory allocated or NULL on failure; call SDL_GetError() for more information.
+ * \returns a pointer to the memory allocated or NULL on failure; call
+ *          SDL_GetError() for more information.
  *
  * \since This function is available since SDL 3.0.0.
  *