summaryrefslogtreecommitdiff
path: root/lib/libcrypto
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
commit34a71da7f84b130c9f108d9ee8b8924296cda035 (patch)
tree78c1a91c5f22e291a486969501a15d98f9b93b02 /lib/libcrypto
parent60e3bbc332c051c281ca1383101dbd67e02e4ffa (diff)
annoying whitespace
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/cryptlib.c6
1 files 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