summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-05-31 22:12:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-05-31 22:12:53 +0000
commite0b4aa62094da2652972affa81cd99d744ec5a38 (patch)
tree58ccf1d0dfec43b98d6a7c3f90fe69d676f5c518 /lib
parent9733b49d52c59491a1b0ab39bf400b5e51553be9 (diff)
annoying whitespace
Diffstat (limited to 'lib')
-rw-r--r--lib/libssl/src/crypto/cryptlib.c6
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