Remove spurious whitespace
[openssl.git] / ssl / record / rec_layer_d1.c
index c5857a10d27c6bf8b4e03933c4a0756f9808e141..596ea2ec46ecb1e1529fea664380d51276b2cc22 100644 (file)
@@ -641,7 +641,6 @@ int dtls1_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf,
                 /* Fail if we encountered a fatal error */
                 if (ossl_statem_in_error(s))
                     return -1;
-                
             }
             SSL3_RECORD_set_length(rr, 0);
             goto start;