From 07269b0a60cbaee71322dacefbde3c7c6ab86da1 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 41388843924d..8909a0dd0db6 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) {