Remove spurious whitespace
[openssl.git] / ssl / ssl_ciph.c
index c04dd0497604faffc4c44ccaa2b9710f02eefb1c..59b08517bf285c1a089b2fcbe02da12c726e99d7 100644 (file)
@@ -1776,7 +1776,7 @@ SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n)
     int i, nn;
 
     if ((n == 0) || (sk == NULL))
-        return (NULL);
+        return NULL;
     nn = sk_SSL_COMP_num(sk);
     for (i = 0; i < nn; i++) {
         ctmp = sk_SSL_COMP_value(sk, i);