diff --git a/include/SDL3/SDL_openxr.h b/include/SDL3/SDL_openxr.h index ceb9790c57..4b682769df 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_