Skip to content

Commit 600742b

Browse files
adustmadbridge
authored andcommitted
Remove trailing whitespace
1 parent a8ab0e4 commit 600742b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/mbedtls/targets/TARGET_STM/sha256_alt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ void mbedtls_sha256_finish( mbedtls_sha256_context *ctx, unsigned char output[32
144144
mbedtls_zeroize(ctx->sbuf, MBEDTLS_SHA256_BLOCK_SIZE);
145145
ctx->sbuf_len = 0;
146146
__HAL_HASH_START_DIGEST();
147-
147+
148148
if (ctx->is224 == 0) {
149149
if (HAL_HASHEx_SHA256_Finish(&ctx->hhash_sha256, output, 10) != 0) {
150150
//return 1; // Return error code here

0 commit comments

Comments
 (0)