Fix a bundle of trailing spaces in several files
[openssl.git] / ssl / record / rec_layer_s3.c
index 045a74c113e61a7a12767f156f3e02df050cf5cb..0c40905edbbeba109bea4a0584afe084688f1913 100644 (file)
@@ -354,7 +354,7 @@ int ssl3_write_bytes(SSL *s, int type, const void *buf_, size_t len,
      * promptly send beyond the end of the users buffer ... so we trap and
      * report the error in a way the user will notice
      */
-    if ((len < s->rlayer.wnum) 
+    if ((len < s->rlayer.wnum)
         || ((wb->left != 0) && (len < (s->rlayer.wnum + s->rlayer.wpend_tot)))) {
         SSLerr(SSL_F_SSL3_WRITE_BYTES, SSL_R_BAD_LENGTH);
         return -1;