From 449b52066f7be55584ea275b140513f3bc4de77b Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Mon, 27 Jun 2022 15:15:43 -0600 Subject: include/sha256.h: Format with clang-format BUG=b:236386294 BRANCH=none TEST=none Change-Id: If558fecc0ee88def67289b0cc472d53ecbc7fca6 Signed-off-by: Jack Rosenthal Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3730404 Reviewed-by: Jeremy Bettis --- include/sha256.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/sha256.h') diff --git a/include/sha256.h b/include/sha256.h index 130a666788..28ed988ebe 100644 --- a/include/sha256.h +++ b/include/sha256.h @@ -26,7 +26,7 @@ struct sha256_ctx { uint32_t tot_len; uint32_t len; uint8_t block[2 * SHA256_BLOCK_SIZE]; - uint8_t buf[SHA256_DIGEST_SIZE]; /* Used to store the final digest. */ + uint8_t buf[SHA256_DIGEST_SIZE]; /* Used to store the final digest. */ }; #endif @@ -37,4 +37,4 @@ uint8_t *SHA256_final(struct sha256_ctx *ctx); void hmac_SHA256(uint8_t *output, const uint8_t *key, const int key_len, const uint8_t *message, const int message_len); -#endif /* __CROS_EC_SHA256_H */ +#endif /* __CROS_EC_SHA256_H */ -- cgit v1.2.1