Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 59be1c4

Browse files
committed
Bug 1635608 - Update OpenVR source code to use Unix line endings r=daoshengmu
This change simply changes line endings to make diffing easier with updates from OpenVR, which have Unix line endings. Further, .clang-format-ignore, does not seem to work for wildcard to match a directory and subdirectory, so all files are listed individually. Differential Revision: https://phabricator.services.mozilla.com/D74100
1 parent 9dac54f commit 59be1c4

20 files changed

Lines changed: 7497 additions & 7461 deletions

.clang-format-ignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,24 @@ gfx/qcms/.*
106106
gfx/sfntly/.*
107107
gfx/skia/.*
108108
gfx/vr/service/openvr/.*
109+
gfx/vr/service/openvr/headers/openvr.h
110+
gfx/vr/service/openvr/src/README
111+
gfx/vr/service/openvr/src/dirtools_public.cpp
112+
gfx/vr/service/openvr/src/dirtools_public.h
113+
gfx/vr/service/openvr/src/envvartools_public.cpp
114+
gfx/vr/service/openvr/src/envvartools_public.h
115+
gfx/vr/service/openvr/src/hmderrors_public.cpp
116+
gfx/vr/service/openvr/src/hmderrors_public.h
117+
gfx/vr/service/openvr/src/ivrclientcore.h
118+
gfx/vr/service/openvr/src/openvr_api_public.cpp
119+
gfx/vr/service/openvr/src/pathtools_public.cpp
120+
gfx/vr/service/openvr/src/pathtools_public.h
121+
gfx/vr/service/openvr/src/sharedlibtools_public.cpp
122+
gfx/vr/service/openvr/src/sharedlibtools_public.h
123+
gfx/vr/service/openvr/src/strtools_public.cpp
124+
gfx/vr/service/openvr/src/strtools_public.h
125+
gfx/vr/service/openvr/src/vrpathregistry_public.cpp
126+
gfx/vr/service/openvr/src/vrpathregistry_public.h
109127
gfx/wgpu/.*
110128
gfx/wr/.*
111129
gfx/ycbcr/.*

0 commit comments

Comments
 (0)