From f40bda7cb34dc85c42da1d17b2bff548c1a39ab9 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 9 Jun 2017 09:37:10 +0200 Subject: [PATCH] fix indentation --- src/misc/pkcs5/pkcs_5_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/pkcs5/pkcs_5_test.c b/src/misc/pkcs5/pkcs_5_test.c index c247fe8..1268154 100644 --- a/src/misc/pkcs5/pkcs_5_test.c +++ b/src/misc/pkcs5/pkcs_5_test.c @@ -201,7 +201,7 @@ int pkcs_5_test (void) } else if (compare_testvector(DK, dkLen, cases_5_1[i].DK, cases_5_1[i].dkLen, "PKCS#5_1", i)) { ++failed; - } + } } /* testing alg 1_openssl */