From: tb Date: Mon, 8 Apr 2024 20:47:32 +0000 (+0000) Subject: Remove spaces before tabs X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=13bba76f4894ae7a858a165532710495146cef47;p=openbsd Remove spaces before tabs --- diff --git a/lib/libtls/tls.c b/lib/libtls/tls.c index c2f7f3722c4..41bb06d857f 100644 --- a/lib/libtls/tls.c +++ b/lib/libtls/tls.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls.c,v 1.103 2024/03/27 07:35:30 joshua Exp $ */ +/* $OpenBSD: tls.c,v 1.104 2024/04/08 20:47:32 tb Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -387,7 +387,7 @@ tls_keypair_to_pkey(struct tls *ctx, struct tls_keypair *keypair, EVP_PKEY **pke NULL)) == NULL) { tls_set_errorx(ctx, TLS_ERROR_UNKNOWN, "failed to read private key"); - goto err; + goto err; } }