[Python-checkins] Ensure some build files include a newline at to avoid warnings (GH-100946)

zooba webhook-mailer at python.org
Wed Jan 11 12:29:03 EST 2023


https://github.com/python/cpython/commit/61f12b8ff7073064040ff0e6220150408d24829b
commit: 61f12b8ff7073064040ff0e6220150408d24829b
branch: main
author: th1722 <20001722 at ymail.ne.jp>
committer: zooba <steve.dower at microsoft.com>
date: 2023-01-11T17:28:57Z
summary:

Ensure some build files include a newline at to avoid warnings (GH-100946)

files:
M PCbuild/_ssl.vcxproj
M PCbuild/openssl.props

diff --git a/PCbuild/_ssl.vcxproj b/PCbuild/_ssl.vcxproj
index 4907f49b6628..226ff506f8c6 100644
--- a/PCbuild/_ssl.vcxproj
+++ b/PCbuild/_ssl.vcxproj
@@ -119,4 +119,4 @@
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
diff --git a/PCbuild/openssl.props b/PCbuild/openssl.props
index 6081d3c8c696..7071bb57c06c 100644
--- a/PCbuild/openssl.props
+++ b/PCbuild/openssl.props
@@ -31,4 +31,4 @@
   <Target Name="_CleanSSLDLL" Condition="$(SkipCopySSLDLL) == ''" BeforeTargets="Clean">
     <Delete Files="@(_SSLDLL->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
   </Target>
-</Project>
\ No newline at end of file
+</Project>



More information about the Python-checkins mailing list