Remove trailing whitespace from some files.
[openssl.git] / ssl / packet.c
index 2a8fe2541c88b5fc67c420890872b684e7a819b3..27462e947e3a2aaed01c794f45290b0427a94af3 100644 (file)
@@ -178,7 +178,7 @@ static int wpacket_intern_close(WPACKET *pkt)
     }
 
     /* Write out the WPACKET length if needed */
-    if (sub->lenbytes > 0 
+    if (sub->lenbytes > 0
                 && !put_value((unsigned char *)&pkt->buf->data[sub->packet_len],
                               packlen, sub->lenbytes))
             return 0;