Add missing newline character

Signed-off-by: Piotr Nowicki <piotr.nowicki@arm.com>
This commit is contained in:
Piotr Nowicki 2020-04-17 14:37:00 +02:00
parent 5f69cbe2cc
commit 136bebf934
2 changed files with 2 additions and 2 deletions

View File

@ -3105,7 +3105,7 @@ send_request:
if( opt.serialize == 1 ) if( opt.serialize == 1 )
{ {
/* nothing to do here, done by context_save() already */ /* nothing to do here, done by context_save() already */
mbedtls_printf( " . Context has been reset... ok" ); mbedtls_printf( " . Context has been reset... ok\n" );
} }
if( opt.serialize == 2 ) if( opt.serialize == 2 )

View File

@ -4112,7 +4112,7 @@ data_exchange:
if( opt.serialize == 1 ) if( opt.serialize == 1 )
{ {
/* nothing to do here, done by context_save() already */ /* nothing to do here, done by context_save() already */
mbedtls_printf( " . Context has been reset... ok" ); mbedtls_printf( " . Context has been reset... ok\n" );
} }
/* /*