mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-03 12:11:27 -05:00 
			
		
		
		
	adjust indentation per Mbed TLS standards
This commit is contained in:
		
							parent
							
								
									b4d0ddd2d3
								
							
						
					
					
						commit
						5010828fb6
					
				@ -534,7 +534,7 @@ psa_status_t psa_export_public_key(psa_key_slot_t key,
 | 
			
		||||
    if( slot->type == PSA_KEY_TYPE_NONE )
 | 
			
		||||
        return( PSA_ERROR_EMPTY_SLOT );   
 | 
			
		||||
 | 
			
		||||
    if( !(PSA_KEY_TYPE_IS_PUBLIC_KEY( slot->type ) || PSA_KEY_TYPE_IS_KEYPAIR(slot->type))  )
 | 
			
		||||
    if( !( PSA_KEY_TYPE_IS_PUBLIC_KEY( slot->type ) || PSA_KEY_TYPE_IS_KEYPAIR(slot->type) )  )
 | 
			
		||||
        return( PSA_ERROR_INVALID_ARGUMENT );   
 | 
			
		||||
    
 | 
			
		||||
#if defined(MBEDTLS_PK_WRITE_C)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user