From 54217ad59c104792c80ade741f539d2f2e1c1a54 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 12 Dec 2024 09:54:44 +0000 Subject: sm3: fix ugly whitespace --- src/lib/libcrypto/sm3/sm3.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/sm3/sm3.c b/src/lib/libcrypto/sm3/sm3.c index b10485dfe3..4da85244ba 100644 --- a/src/lib/libcrypto/sm3/sm3.c +++ b/src/lib/libcrypto/sm3/sm3.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sm3.c,v 1.17 2024/03/28 12:09:09 jsing Exp $ */ +/* $OpenBSD: sm3.c,v 1.18 2024/12/12 09:54:44 tb Exp $ */ /* * Copyright (c) 2018, Ribose Inc * @@ -77,10 +77,10 @@ sm3_block_data_order(SM3_CTX *ctx, const void *_in, size_t num) G = ctx->G; H = ctx->H; - /* - * We have to load all message bytes immediately since SM3 reads - * them slightly out of order. - */ + /* + * We have to load all message bytes immediately since SM3 reads + * them slightly out of order. + */ if ((uintptr_t)in % 4 == 0) { /* Input is 32 bit aligned. */ in32 = (const SM3_WORD *)in; -- cgit v1.2.3-55-g6feb