[3.10] Remove trailing space to fix azure failures (#99611)

This commit is contained in:
Stanley 2022-11-19 21:01:35 -08:00 committed by GitHub
parent 4572c98ad2
commit 90850faa01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Fix ``NO_MISALIGNED_ACCESSES`` being not defined for the SHA3 extension
when ``HAVE_ALIGNED_REQUIRED`` is set. Allowing builds on hardware that
Fix ``NO_MISALIGNED_ACCESSES`` being not defined for the SHA3 extension
when ``HAVE_ALIGNED_REQUIRED`` is set. Allowing builds on hardware that
unaligned memory accesses are not allowed.