diff options
author | jsg <> | 2025-06-02 12:18:22 +0000 |
---|---|---|
committer | jsg <> | 2025-06-02 12:18:22 +0000 |
commit | 0a9ae15841c7f994ec48b5317b89dbfe586ddcc7 (patch) | |
tree | ce9d0de641519c3a435112363e783cc094829596 /src/lib/libcrypto/err/err.c | |
parent | 660732fe44b595572e8605f5855d894ff2fa2a04 (diff) | |
download | openbsd-0a9ae15841c7f994ec48b5317b89dbfe586ddcc7.tar.gz openbsd-0a9ae15841c7f994ec48b5317b89dbfe586ddcc7.tar.bz2 openbsd-0a9ae15841c7f994ec48b5317b89dbfe586ddcc7.zip |
correct indentation, no functional change
found with smatch, ok tb@
Diffstat (limited to 'src/lib/libcrypto/err/err.c')
-rw-r--r-- | src/lib/libcrypto/err/err.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/err/err.c b/src/lib/libcrypto/err/err.c index f03a4431e7..d8c0472857 100644 --- a/src/lib/libcrypto/err/err.c +++ b/src/lib/libcrypto/err/err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: err.c,v 1.76 2025/05/20 09:25:40 tb Exp $ */ | 1 | /* $OpenBSD: err.c,v 1.77 2025/06/02 12:18:21 jsg Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -824,7 +824,7 @@ err_clear_last_constant_time(int clear) | |||
824 | 824 | ||
825 | es = ERR_get_state(); | 825 | es = ERR_get_state(); |
826 | if (es == NULL) | 826 | if (es == NULL) |
827 | return; | 827 | return; |
828 | 828 | ||
829 | top = es->top; | 829 | top = es->top; |
830 | 830 | ||