From: tb Date: Sat, 7 May 2022 10:31:54 +0000 (+0000) Subject: zap stray tab X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=189299b8007649d428f02f514bb6adc2f7c9dad6;p=openbsd zap stray tab --- diff --git a/lib/libcrypto/dsa/dsa_meth.c b/lib/libcrypto/dsa/dsa_meth.c index f8ed0352a0a..cd232835ebd 100644 --- a/lib/libcrypto/dsa/dsa_meth.c +++ b/lib/libcrypto/dsa/dsa_meth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dsa_meth.c,v 1.2 2022/01/07 09:35:36 tb Exp $ */ +/* $OpenBSD: dsa_meth.c,v 1.3 2022/05/07 10:31:54 tb Exp $ */ /* * Copyright (c) 2018 Theo Buehler * @@ -60,7 +60,7 @@ DSA_meth_dup(const DSA_METHOD *meth) free(copy); return NULL; } - + return copy; }