Removed trailing whitespace

This commit is contained in:
Johannes Loher 2016-07-31 17:52:01 +02:00
parent 4e60a77a29
commit 139cbea1c8

View file

@ -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