From 34a71da7f84b130c9f108d9ee8b8924296cda035 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 31 May 2014 22:12:53 +0000 Subject: annoying whitespace --- lib/libcrypto/cryptlib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/cryptlib.c b/lib/libcrypto/cryptlib.c index 4a96c3e3746..fd746d3b383 100644 --- a/lib/libcrypto/cryptlib.c +++ b/lib/libcrypto/cryptlib.c @@ -700,9 +700,9 @@ OPENSSL_showfatal(const char *fmta, ...) { va_list ap; - va_start (ap, fmta); - vfprintf (stderr, fmta, ap); - va_end (ap); + va_start(ap, fmta); + vfprintf(stderr, fmta, ap); + va_end(ap); } void -- cgit v1.2.3