]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/record/record.h
Whitespace cleanup in ssl folder
[thirdparty/openssl.git] / ssl / record / record.h
index cda4eff0d36251f9ca6aee86b6b26242f0820ce7..9177fb4be5210d47510ed831b11a0899a416a113 100644 (file)
@@ -198,7 +198,7 @@ typedef struct record_layer_st {
 
     unsigned char read_sequence[SEQ_NUM_SIZE];
     unsigned char write_sequence[SEQ_NUM_SIZE];
-    
+
     DTLS_RECORD_LAYER *d;
 } RECORD_LAYER;