SDL: Sync SDL3 wiki -> header (0a592)

From 0a592b78c17cc066915f5f605e59b3f1e477f956 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 24 Feb 2025 23:12:58 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

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

diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index cd5b1c1a968a0..3206dc13de50b 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -2201,16 +2201,16 @@ extern "C" {
  * `0xAAAA/0xBBBB/1,0xCCCC/0xDDDD/3`
  *
  * This hint supports a "wildcard" device that will set the number of haptic
- * axes on all initialized haptic devices which were not defined explicitly
- * in this hint.
+ * axes on all initialized haptic devices which were not defined explicitly in
+ * this hint.
  *
  * `0xFFFF/0xFFFF/1`
  *
- * This hint should be set before a controller is opened. The number of
- * haptic axes won't exceed the number of real axes found on the device.
+ * This hint should be set before a controller is opened. The number of haptic
+ * axes won't exceed the number of real axes found on the device.
  *
  * \since This hint is available since SDL 3.2.5.
-*/
+ */
 #define SDL_HINT_JOYSTICK_HAPTIC_AXES "SDL_JOYSTICK_HAPTIC_AXES"
 
 /**