diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-31 22:12:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-05-31 22:12:53 +0000 |
commit | e0b4aa62094da2652972affa81cd99d744ec5a38 (patch) | |
tree | 58ccf1d0dfec43b98d6a7c3f90fe69d676f5c518 /lib | |
parent | 9733b49d52c59491a1b0ab39bf400b5e51553be9 (diff) |
annoying whitespace
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/crypto/cryptlib.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/cryptlib.c b/lib/libssl/src/crypto/cryptlib.c index 4a96c3e3746..fd746d3b383 100644 --- a/lib/libssl/src/crypto/cryptlib.c +++ b/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 |