From 3a27f27f1f7c9a236ea277e1e4d0f073b4146c56 Mon Sep 17 00:00:00 2001 From: Dan Farina Date: Thu, 10 May 2012 02:42:27 -0700 Subject: [PATCH] Whitespace and typos Signed-off-by: Dan Farina --- test/test_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_crypto.c b/test/test_crypto.c index aaf28b5..5c9fa25 100644 --- a/test/test_crypto.c +++ b/test/test_crypto.c @@ -89,7 +89,7 @@ static const char *run_sha1(const char *str) if (memcmp(res, res2, SHA1_DIGEST_LENGTH) != 0) return "FAIL"; - + return mkhex(res, SHA1_DIGEST_LENGTH); } @@ -162,7 +162,7 @@ end:; } /* - * Laucher. + * Launcher. */ struct testcase_t crypto_tests[] = { -- 2.39.5