From 30aeb330f24223f824f26b71cfd4bf9219c286c9 Mon Sep 17 00:00:00 2001
From: SDL Wiki Bot <[EMAIL REDACTED]>
Date: Mon, 27 Apr 2026 18:38:02 +0000
Subject: [PATCH] Sync SDL3 wiki -> header
[ci skip]
---
include/SDL3/SDL_openxr.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/SDL3/SDL_openxr.h b/include/SDL3/SDL_openxr.h
index ceb9790c57872..4b682769dfcfb 100644
--- a/include/SDL3/SDL_openxr.h
+++ b/include/SDL3/SDL_openxr.h
@@ -24,9 +24,8 @@
*
* Functions for creating OpenXR handles for SDL_gpu contexts.
*
- * For the most part, OpenXR operates independent of SDL, but
- * the graphics initialization depends on direct support from SDL_gpu.
- *
+ * For the most part, OpenXR operates independent of SDL, but the graphics
+ * initialization depends on direct support from SDL_gpu.
*/
#ifndef SDL_openxr_h_