8000 Ensure some build files include a newline at to avoid warnings (GH-10… · python/cpython@61f12b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61f12b8

Browse files
authored
Ensure some build files include a newline at to avoid warnings (GH-100946)
1 parent 5ff029f commit 61f12b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PCbuild/_ssl.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@
119119
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
120120
<ImportGroup Label="ExtensionTargets">
121121
</ImportGroup>
122-
</Project>
122+
</Project>

PCbuild/openssl.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
<Target Name="_CleanSSLDLL" Condition="$(SkipCopySSLDLL) == ''" BeforeTargets="Clean">
3232
<Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
3333
</Target>
34-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)
0