Skip to content

Commit db1007e

Browse files
committed
Ensures that files end with newline characters
For POSIX compliance. JSON files are an exception.
1 parent afab2cc commit db1007e

18 files changed

+18
-18
lines changed

.azure-pipelines/build_jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ jobs:
133133
condition: succeeded()
134134
inputs:
135135
path: $(System.DefaultWorkingDirectory)/nuget
136-
artifact: NuGet
136+
artifact: NuGet

.azure-pipelines/nuget/NugetTemplate/OpenXR.Loader.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<description>Khronos OpenXR loader and headers required to build a Win32 or UWP OpenXR application</description>
1313
<tags>native khronos openxr loader</tags>
1414
</metadata>
15-
</package>
15+
</package>

.azure-pipelines/nuget/stage_nuget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ CopyLoader "Win32"
7171
CopyLoader "x64_uwp"
7272
CopyLoader "Win32_uwp"
7373
CopyLoader "arm64_uwp"
74-
CopyLoader "arm_uwp"
74+
CopyLoader "arm_uwp"

.proclamation.json.license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Copyright (c) 2020 Collabora, Ltd. and the Proclamation contributors
22
Copyright (c) 2020 The Khronos Group Inc.
33

4-
SPDX-License-Identifier: CC0-1.0
4+
SPDX-License-Identifier: CC0-1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright (c) 2017-2020 The Khronos Group Inc
22

3-
SPDX-License-Identifier: CC-BY-4.0
3+
SPDX-License-Identifier: CC-BY-4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright (c) 2017-2020 The Khronos Group Inc
22

3-
SPDX-License-Identifier: CC-BY-4.0
3+
SPDX-License-Identifier: CC-BY-4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright (c) 2017-2020 The Khronos Group Inc
22

3-
SPDX-License-Identifier: CC-BY-4.0
3+
SPDX-License-Identifier: CC-BY-4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright (c) 2017-2020 The Khronos Group Inc
22

3-
SPDX-License-Identifier: CC-BY-4.0
3+
SPDX-License-Identifier: CC-BY-4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright (c) 2017-2020 The Khronos Group Inc
22

3-
SPDX-License-Identifier: CC-BY-4.0
3+
SPDX-License-Identifier: CC-BY-4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Copyright (c) 2017-2020 The Khronos Group Inc
22

3-
SPDX-License-Identifier: CC-BY-4.0
3+
SPDX-License-Identifier: CC-BY-4.0

0 commit comments

Comments
 (0)