From 6a102b409397d1b56bb84761cb9ee1dc2e9d4064 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 31 May 2014 22:12:52 +0000 Subject: annoying whitespace --- src/lib/libcrypto/cryptlib.c | 6 +++--- src/lib/libssl/src/crypto/cryptlib.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/cryptlib.c b/src/lib/libcrypto/cryptlib.c index 4a96c3e374..fd746d3b38 100644 --- a/src/lib/libcrypto/cryptlib.c +++ b/src/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 diff --git a/src/lib/libssl/src/crypto/cryptlib.c b/src/lib/libssl/src/crypto/cryptlib.c index 4a96c3e374..fd746d3b38 100644 --- a/src/lib/libssl/src/crypto/cryptlib.c +++ b/src/lib/libssl/src/crypto/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-55-g6feb