Removed trailing whitespace
This commit is contained in:
parent
4e60a77a29
commit
139cbea1c8
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ ubyte[64] chacha20Exp(in ubyte[32] key, in ubyte[16] n) @safe pure nothrow @nogc
|
|||
sigma2,
|
||||
sigma3,
|
||||
key,
|
||||
n));
|
||||
n));
|
||||
}
|
||||
|
||||
@safe unittest
|
||||
|
|
Loading…
Reference in a new issue