From 139cbea1c83dcac438d1ce3f4af55d6b98fd72ab Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 31 Jul 2016 17:52:01 +0200 Subject: [PATCH] Removed trailing whitespace --- source/chacha20.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/chacha20.d b/source/chacha20.d index 089a541..0c059e9 100644 --- a/source/chacha20.d +++ b/source/chacha20.d @@ -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