diff options
author | 2014-05-31 22:12:52 +0000 | |
---|---|---|
committer | 2014-05-31 22:12:52 +0000 | |
commit | 48efc3f216f87a2b2150d475bca74a7c534c9650 (patch) | |
tree | e42905658ea20c4d7abc223e01b83b0b9618e091 /lib/libssl/src/crypto/cryptlib.c | |
parent | Remove unneeded patch, upstream fixed this differently in 2008 (diff) | |
download | wireguard-openbsd-48efc3f216f87a2b2150d475bca74a7c534c9650.tar.xz wireguard-openbsd-48efc3f216f87a2b2150d475bca74a7c534c9650.zip |
annoying whitespace
Diffstat (limited to 'lib/libssl/src/crypto/cryptlib.c')
-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 |