SDL: Sync SDL3 wiki -> header (7add7)

From 7add7ece3cd7a213edaa88109f2b9d63cfc03fa4 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Fri, 31 Jul 2026 15:51:46 +0000
Subject: [PATCH] Sync SDL3 wiki -> header

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

diff --git a/include/SDL3/SDL_tray.h b/include/SDL3/SDL_tray.h
index e2a977c64190e..8c5de86357008 100644
--- a/include/SDL3/SDL_tray.h
+++ b/include/SDL3/SDL_tray.h
@@ -120,8 +120,9 @@ typedef bool (SDLCALL *SDL_TrayClickCallback)(void *userdata, SDL_Tray *tray);
  * necessary feature. Avoid needlessly creating a tray icon, as the user may
  * feel like it clutters their interface.
  *
- * You should set the SDL_PROP_APP_METADATA_IDENTIFIER_STRING property to ensure correct behaviour on some platforms like Linux.
- * 
+ * You should set the SDL_PROP_APP_METADATA_IDENTIFIER_STRING property to
+ * ensure correct behaviour on some platforms like Linux.
+ *
  * Using tray icons require the video subsystem.
  *
  * \param icon a surface to be used as icon. May be NULL.
@@ -147,8 +148,9 @@ extern SDL_DECLSPEC SDL_Tray * SDLCALL SDL_CreateTray(SDL_Surface *icon, const c
  * necessary feature. Avoid needlessly creating a tray icon, as the user may
  * feel like it clutters their interface.
  *
- * You should set the SDL_PROP_APP_METADATA_IDENTIFIER_STRING property to ensure correct behaviour on some platforms like Linux.
- * 
+ * You should set the SDL_PROP_APP_METADATA_IDENTIFIER_STRING property to
+ * ensure correct behaviour on some platforms like Linux.
+ *
  * Using tray icons require the video subsystem.
  *
  * These are the supported properties: