zap trailing blank

This commit is contained in:
tb 2023-01-29 07:31:30 +00:00
parent b5ee94956f
commit 65c79227b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Assembly implementations of crypto primitives.
# Assembly implementations of crypto primitives.
.if ${MACHINE_ARCH} != aarch64 && ${MACHINE_ARCH} != amd64
USE_NOEXECONLY= Yes
.endif