Whitespace cleanup in crypto
[openssl.git] / crypto / evp / bio_ok.c
index 33066e8d83197ddf109c2f826695d4583e574c96..7974b96311a96ab88539b5b383d0ede315589737 100644 (file)
@@ -402,7 +402,7 @@ static long ok_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
 {
     long ret = 1;
     BIO *next;
-    
+
     next = BIO_next(b);
 
     if (next == NULL)