]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ensure some build files include a newline at to avoid warnings (GH-100946)
authorth1722 <20001722@ymail.ne.jp>
Wed, 11 Jan 2023 17:28:57 +0000 (02:28 +0900)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 17:28:57 +0000 (17:28 +0000)
PCbuild/_ssl.vcxproj
PCbuild/openssl.props

index 4907f49b6628fa65c8adc23f41fc25d1861d370f..226ff506f8c62bb21a3430208dd1ec0e717d6144 100644 (file)
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
index 6081d3c8c6964107385d39693e8270f5ed399eaf..7071bb57c06cd7cabc041ad34540d69891ae6a1e 100644 (file)
@@ -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>