SDL: Sync SDL3 wiki -> header (262ff)

From 262ffa27e7fdd0b7555cbe0578fadecf405d4d5d Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 13 Sep 2024 16:30:11 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

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

diff --git a/include/SDL3/SDL_gpu.h b/include/SDL3/SDL_gpu.h
index e6d8c9b749791..0f7a239f5ef9d 100644
--- a/include/SDL3/SDL_gpu.h
+++ b/include/SDL3/SDL_gpu.h
@@ -1806,8 +1806,8 @@ extern SDL_DECLSPEC const char * SDLCALL SDL_GetGPUDeviceDriver(SDL_GPUDevice *d
  * Returns the supported shader formats for this GPU context.
  *
  * \param device a GPU context to query.
- * \returns a bitflag indicating which shader formats the driver is
- *                     able to consume.
+ * \returns a bitflag indicating which shader formats the driver is able to
+ *          consume.
  *
  * \since This function is available since SDL 3.0.0.
  */