SDL: Sync SDL3 wiki -> header (1687b)

From 1687bc746d114993e3e2b5e834806092cd21b528 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 4 Apr 2025 15:40:48 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]
---
 include/SDL3/SDL_gpu.h | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h
index ca344cc7ed671..5adbf52a8944f 100644
--- a/include/SDL3/SDL_gpu.h
+++ b/include/SDL3/SDL_gpu.h
@@ -2270,11 +2270,11 @@ extern SDL_DECLSPEC SDL_GPUShaderFormat SDLCALL SDL_GetGPUShaderFormats(SDL_GPUD
  *
  * `SDL_PROP_GPU_DEVICE_NAME_STRING`: Contains the name of the underlying
  * device as reported by the system driver. This string has no standardized
- * format, is highly inconsistent between hardware devices and drivers, and
- * is able to change at any time. Do not attempt to parse this string as it
- * is bound to fail at some point in the future when system drivers are
- * updated, new hardware devices are introduced, or when SDL adds new GPU
- * backends or modifies existing ones.
+ * format, is highly inconsistent between hardware devices and drivers, and is
+ * able to change at any time. Do not attempt to parse this string as it is
+ * bound to fail at some point in the future when system drivers are updated,
+ * new hardware devices are introduced, or when SDL adds new GPU backends or
+ * modifies existing ones.
  *
  * Strings that have been found in the wild include:
  *
@@ -2333,9 +2333,8 @@ extern SDL_DECLSPEC SDL_GPUShaderFormat SDLCALL SDL_GetGPUShaderFormats(SDL_GPUD
  * information of the underlying system driver as reported by the driver. This
  * is an arbitrary string with no standardized format and it may contain
  * newlines. This property should be preferred over
- * SDL_PROP_GPU_DEVICE_DRIVER_VERSION_STRING if it is available as it
- * usually contains the same information but in a format that is easier to
- * read.
+ * SDL_PROP_GPU_DEVICE_DRIVER_VERSION_STRING if it is available as it usually
+ * contains the same information but in a format that is easier to read.
  *
  * Strings that have been found in the wild include:
  *