SDL: Sync SDL3 wiki -> header (b6fb4)

From b6fb47aa7073e69248b74481b30b43254b3f3403 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 31 Mar 2025 15:51:57 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

[ci skip]

(cherry picked from commit cb1d79db39499412203ddb8a97e22342c1def0fc)
---
 include/SDL3/SDL_power.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_power.h b/include/SDL3/SDL_power.h
index da64f810997ce..694fb0924d383 100644
--- a/include/SDL3/SDL_power.h
+++ b/include/SDL3/SDL_power.h
@@ -79,7 +79,9 @@ typedef enum SDL_PowerState
  * It's possible a platform can only report battery percentage or time left
  * but not both.
  *
- * On some platforms, retrieving power supply details might be expensive. If you want to display continuous status you could call this function every minute or so.
+ * On some platforms, retrieving power supply details might be expensive. If
+ * you want to display continuous status you could call this function every
+ * minute or so.
  *
  * \param seconds a pointer filled in with the seconds of battery life left,
  *                or NULL to ignore. This will be filled in with -1 if we