"foo * bar" should be "foo *bar"
[openssl.git] / crypto / trace.c
index 76f1fc98aa1b069851d0cdf1cab3022770bab8c4..51387641de948c88c01f80c97df2323f2a419e3b 100644 (file)
@@ -502,7 +502,7 @@ BIO *OSSL_trace_begin(int category)
     return channel;
 }
 
-void OSSL_trace_end(int category, BIO * channel)
+void OSSL_trace_end(int category, BIO *channel)
 {
 #ifndef OPENSSL_NO_TRACE
     char *suffix = NULL;