SDL: Sync SDL3 wiki -> header (ac945)

From ac9454b73e6cb69107506e7c62d29100f774d0bd Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 13 Oct 2025 22:44:38 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_pen.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_pen.h b/include/SDL3/SDL_pen.h
index 42663c55653e3..1ddb4b569dd12 100644
--- a/include/SDL3/SDL_pen.h
+++ b/include/SDL3/SDL_pen.h
@@ -144,7 +144,8 @@ typedef enum SDL_PenDeviceType
  * Get the device type of the given pen.
  *
  * \param instance_id the pen instance ID.
- * \returns the device type of the given pen, or SDL_PEN_DEVICE_TYPE_INVALID on failure; call SDL_GetError() for more information.
+ * \returns the device type of the given pen, or SDL_PEN_DEVICE_TYPE_INVALID
+ *          on failure; call SDL_GetError() for more information.
  *
  * \threadsafety It is safe to call this function from any thread.
  *