Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Neves <sneves@users.noreply.github.com>2016-11-10 00:48:08 +0300
committerGitHub <noreply@github.com>2016-11-10 00:48:08 +0300
commit7ba0f268ee76aab9870ee8c7b0e88c6c06b111db (patch)
tree83db45e70cb9d734f2396bc0e77149520fb03ae2 /sse/blake2.h
parenta90684ab3fe788b2ca45076cf9b38335de289f58 (diff)
parent2407e7a40a2650872c5a2100498960662ea22464 (diff)
Merge pull request #37 from pixelb/cleanups
maint: strip various trailing whitespace
Diffstat (limited to 'sse/blake2.h')
-rw-r--r--sse/blake2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sse/blake2.h b/sse/blake2.h
index ac6e7de..ad62f26 100644
--- a/sse/blake2.h
+++ b/sse/blake2.h
@@ -123,13 +123,13 @@ extern "C" {
typedef struct blake2b_param__ blake2b_param;
- typedef struct blake2xs_state__
+ typedef struct blake2xs_state__
{
blake2s_state S[1];
blake2s_param P[1];
} blake2xs_state;
- typedef struct blake2xb_state__
+ typedef struct blake2xb_state__
{
blake2b_state S[1];
blake2b_param P[1];
@@ -193,4 +193,3 @@ extern "C" {
#endif
#endif
-