From a5356f9b45bc466824c964fde43471cbe74078e7 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Thu, 6 Jun 2024 17:08:43 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
---
include/SDL3/SDL_events.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h
index 0a4509ea05a96..5abcc9f503419 100644
--- a/include/SDL3/SDL_events.h
+++ b/include/SDL3/SDL_events.h
@@ -929,7 +929,9 @@ typedef enum SDL_EventAction
*
* This function is thread-safe.
*
- * \param events destination buffer for the retrieved events, may be NULL to leave the events in the queue and return the number of events that would have been stored.
+ * \param events destination buffer for the retrieved events, may be NULL to
+ * leave the events in the queue and return the number of events
+ * that would have been stored.
* \param numevents if action is SDL_ADDEVENT, the number of events to add
* back to the event queue; if action is SDL_PEEKEVENT or
* SDL_GETEVENT, the maximum number of events to retrieve.