zap some stray whitespace
authortb <tb@openbsd.org>
Wed, 12 Jan 2022 22:55:51 +0000 (22:55 +0000)
committertb <tb@openbsd.org>
Wed, 12 Jan 2022 22:55:51 +0000 (22:55 +0000)
usr.bin/openssl/asn1pars.c

index 18f8a48..38d12f6 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: asn1pars.c,v 1.10 2019/07/14 03:30:45 guenther Exp $ */
+/* $OpenBSD: asn1pars.c,v 1.11 2022/01/12 22:55:51 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -424,7 +424,7 @@ asn1parse_main(int argc, char **argv)
 }
 
 static int
-do_generate(BIO * bio, char *genstr, char *genconf, BUF_MEM * buf)
+do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf)
 {
        CONF *cnf = NULL;
        int len;