summaryrefslogtreecommitdiffstats
path: root/Modules/_blake2/impl/blake2s-round.h
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-05-08 14:03:52 (GMT)
committerGitHub <noreply@github.com>2023-05-08 14:03:52 (GMT)
commitd513ddee94a05783b98f2b55f8fc0a4efbb9be82 (patch)
tree23c9f711d1d14a8b37fd1c7e923a66b4919c48ad /Modules/_blake2/impl/blake2s-round.h
parent1f5679540ca4aa5c0eae06d3a2d5eda34b47e041 (diff)
downloadcpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.zip
cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.gz
cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.bz2
Trim trailing whitespace and test on CI (#104275)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Modules/_blake2/impl/blake2s-round.h')
-rw-r--r--Modules/_blake2/impl/blake2s-round.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_blake2/impl/blake2s-round.h b/Modules/_blake2/impl/blake2s-round.h
index 1e2f2b7..3af4be3 100644
--- a/Modules/_blake2/impl/blake2s-round.h
+++ b/Modules/_blake2/impl/blake2s-round.h
@@ -86,6 +86,6 @@
LOAD_MSG_ ##r ##_4(buf4); \
G2(row1,row2,row3,row4,buf4); \
UNDIAGONALIZE(row1,row2,row3,row4); \
-
+
#endif