From b821de13ebd0507e16845d2420ddaaa61327105b Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Thu, 3 Jun 2021 10:07:10 +0100 Subject: [PATCH] hsm_encryption.c: remove whitespace from line end --- common/hsm_encryption.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hsm_encryption.c b/common/hsm_encryption.c index 413888439..8909a0dd0 100644 --- a/common/hsm_encryption.c +++ b/common/hsm_encryption.c @@ -3,7 +3,7 @@ #include #include #include -#include +#include char *hsm_secret_encryption_key(const char *pass, struct secret *key) {