gecko-dev/gfx/vr
Daniel Holbert ecf5ee687e Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space, for consistency & alignment. (whitespace-only) r=jrmuizel
This patch was automatically generated. I found the files to be fixed in this
patch with the following command:
grep -r "^\* This Source Code" gfx

...and then I modified each of these files with the following script
(where $1 is the filename to be modified):
###
line1="\* This Source Code Form is subject to the terms of the Mozilla Public"
line2="\* License, v\. 2\.0\. If a copy of the MPL was not distributed with this"
line3="\* file, You can obtain one at http://mozilla\.org/MPL/2\.0/\. \*/"

# Insert 1 space at beginning:
sed -i s%"^$line1"%" $line1"% $1
sed -i s%"^$line2"%" $line2"% $1
sed -i s%"^$line3"%" $line3"% $1
###

MozReview-Commit-ID: HXBMrfnhlVr

--HG--
extra : rebase_source : de4c78563711f8366e2978c5199a5041875fbe38
2017-10-27 15:55:37 -07:00
..
ipc Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
openvr Bug 1382114 - Update openvr to 1.0.9; r=kip 2017-08-01 16:03:26 +08:00
osvr Bug 1343975: Get rid of all dos/windows linebreaks in Mozilla C++ code. r=ehsan 2017-03-02 13:08:29 -08:00
VRDisplayClient.cpp Bug 1376638 - Minimize uses of prmem.h. r=glandium. 2017-06-30 19:05:41 -07:00
VRDisplayClient.h Bug 1400387 - Change 32-bit VR Frame ID's to 64-bit r=daoshengmu 2017-09-15 13:38:47 -07:00
VRDisplayHost.cpp Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space, for consistency & alignment. (whitespace-only) r=jrmuizel 2017-10-27 15:55:37 -07:00
VRDisplayHost.h Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space, for consistency & alignment. (whitespace-only) r=jrmuizel 2017-10-27 15:55:37 -07:00
VRDisplayPresentation.cpp Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space, for consistency & alignment. (whitespace-only) r=jrmuizel 2017-10-27 15:55:37 -07:00
VRDisplayPresentation.h Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space, for consistency & alignment. (whitespace-only) r=jrmuizel 2017-10-27 15:55:37 -07:00
VRManager.cpp Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
VRManager.h Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
VRThread.cpp Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
VRThread.h Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
gfxVR.cpp Bug 1381378: Refactor - Isolate gamepad index and GamepadServiceType from GamepadChangeEvent; r=daoshengmu 2017-07-17 11:44:39 +08:00
gfxVR.h Bug 1400387 - Change 32-bit VR Frame ID's to 64-bit r=daoshengmu 2017-09-15 13:38:47 -07:00
gfxVROSVR.cpp Bug 1384835 (part 3, attempt 2) - Remove the Preferences::Get*CString() variants that return nsAdoptingCString. r=froydnj. 2017-07-31 14:28:48 +10:00
gfxVROSVR.h Bug 1400457 - Isolate VR Rendering from Compositor r=daoshengmu,jgilbert 2017-07-21 17:30:34 -07:00
gfxVROculus.cpp Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
gfxVROculus.h Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
gfxVROpenVR.cpp Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
gfxVROpenVR.h Bug 1397397 - Detect vrdisplayconnect/vrdisplaydisconnect events with IsTrackedDeviceConnected() in OpenVR; r=kip 2017-09-08 15:35:53 +08:00
gfxVRPuppet.cpp Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE 2017-10-30 14:51:52 +02:00
gfxVRPuppet.h Bug 1381085 - Submit VR frames with a separate ID3DDeviceContextState r=daoshengmu 2017-09-18 16:19:49 -07:00
moz.build Bug 1392216 - Part 1: Create VR listener thread in GPU process; r=dvander,kip 2017-10-05 18:12:45 +08:00
ovr_capi_dynamic.h Bug 1375060 - Update Oculus headers to match requested API version. r=daoshengmu 2017-06-21 15:42:10 -07:00