mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Fix spacing
This commit is contained in:
		@@ -3948,7 +3948,7 @@ data_exchange:
 | 
			
		||||
            goto exit;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if( ( buf = mbedtls_calloc(1, len) ) == NULL )
 | 
			
		||||
        if( ( buf = mbedtls_calloc( 1, len ) ) == NULL )
 | 
			
		||||
        {
 | 
			
		||||
            mbedtls_printf( " failed\n  ! Couldn't allocate buffer for "
 | 
			
		||||
                            "serialized context" );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user