SDL: Sync SDL3 wiki -> header (4c6f2)

From 4c6f2b887f011788e526d94cb7b34c7db4c52140 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 14 Oct 2025 18:08:51 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_pen.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/SDL3/SDL_pen.h b/include/SDL3/SDL_pen.h
index 2752e5862429c..d09b00b6208d8 100644
--- a/include/SDL3/SDL_pen.h
+++ b/include/SDL3/SDL_pen.h
@@ -130,10 +130,10 @@ typedef enum SDL_PenAxis
 /**
  * An enum that describes the type of a pen device.
  *
- * A "direct" device is a pen that touches a graphic display (like an
- * Apple Pencil on an iPad's screen). "Indirect" devices touch an external
- * tablet surface that is connected to the machine but is not a display (like
- * a lower-end Wacom tablet connected over USB).
+ * A "direct" device is a pen that touches a graphic display (like an Apple
+ * Pencil on an iPad's screen). "Indirect" devices touch an external tablet
+ * surface that is connected to the machine but is not a display (like a
+ * lower-end Wacom tablet connected over USB).
  *
  * Apps may use this information to decide if they should draw a cursor; if
  * the pen is touching the screen directly, a cursor doesn't make sense and
@@ -152,7 +152,7 @@ typedef enum SDL_PenDeviceType
 
 /**
  * Get the device type of the given pen.
-
+ *
  * Many platforms do not supply this information, so an app must always be
  * prepared to get an SDL_PEN_DEVICE_TYPE_UNKNOWN result.
  *