Remove trailing whitespace
Trailing white spaces causing check_files.py to fail Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
This commit is contained in:
parent
c4f3d5b38e
commit
6f2bb0c8ef
2 changed files with 4 additions and 4 deletions
|
@ -2254,7 +2254,7 @@ int mbedtls_ssl_flight_transmit( mbedtls_ssl_context *ssl )
|
|||
* copy beginning of headers then fill fragmentation fields.
|
||||
* Handshake headers: type(1) len(3) seq(2) f_off(3) f_len(3) */
|
||||
memcpy( ssl->out_msg, cur->p, 6 );
|
||||
|
||||
|
||||
ssl->out_msg[6] = BYTE_2( frag_off );
|
||||
ssl->out_msg[7] = BYTE_1( frag_off );
|
||||
ssl->out_msg[8] = BYTE_0( frag_off );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue