From 7db3746033437783411b0eb4b77f0804c25e2614 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Aug 2021 23:46:28 +1000 Subject: Cleanup: spelling --- intern/ghost/intern/GHOST_XrGraphicsBinding.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp b/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp index 70567e02cb9..936b973c97e 100644 --- a/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp +++ b/intern/ghost/intern/GHOST_XrGraphicsBinding.cpp @@ -341,8 +341,8 @@ class GHOST_XrGraphicsBindingD3D : public GHOST_IXrGraphicsBinding { bool &r_is_srgb_format) const override { std::vector gpu_binding_formats = { -# if 0 /* RGB10A2 doesn't seem to work with Oculus headsets, so move it after RGB16AF for the \ - time being. */ +# if 0 /* RGB10A2 doesn't seem to work with Oculus head-sets, \ + * so move it after RGB16AF for the time being. */ DXGI_FORMAT_R10G10B10A2_UNORM, # endif DXGI_FORMAT_R16G16B16A16_UNORM, -- cgit v1.2.3