From 6701a66c9e8041d93ceea2c23ca9805be964c9f3 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 3 Apr 2018 21:59:38 +0000 Subject: KNF: move two opening curly braces of function bodies to their own lines --- lib/libcrypto/err/err.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libcrypto/err') diff --git a/lib/libcrypto/err/err.c b/lib/libcrypto/err/err.c index 320078da664..caabfe01d6e 100644 --- a/lib/libcrypto/err/err.c +++ b/lib/libcrypto/err/err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: err.c,v 1.46 2018/03/17 16:20:01 beck Exp $ */ +/* $OpenBSD: err.c,v 1.47 2018/04/03 21:59:37 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1107,7 +1107,8 @@ ERR_set_error_data(char *data, int flags) } void -ERR_asprintf_error_data(char * format, ...) { +ERR_asprintf_error_data(char * format, ...) +{ char *errbuf = NULL; va_list ap; int r; -- cgit v1.2.3