SDL: Sync SDL2 wiki -> header (52ac0)

From 52ac07d327956a542f92c6f0e00f8eea17c00ed5 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Tue, 25 Feb 2025 15:55:15 +0000
Subject: [PATCH] Sync SDL2 wiki -> header

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

diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index 3ed72f3c04afa..6713d01fea204 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -1434,14 +1434,14 @@ 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.
+ */
 #define SDL_HINT_JOYSTICK_HAPTIC_AXES "SDL_JOYSTICK_HAPTIC_AXES"
 
 /**