mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Style Fix
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
		
							parent
							
								
									7725a63c24
								
							
						
					
					
						commit
						986b55af03
					
				@ -1666,7 +1666,7 @@ int mbedtls_mpi_mul_int( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_uint
 | 
				
			|||||||
     * calculating the result is trivial in those cases. */
 | 
					     * calculating the result is trivial in those cases. */
 | 
				
			||||||
    if( b == 0 || n == 0 )
 | 
					    if( b == 0 || n == 0 )
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return mbedtls_mpi_lset( X, 0 );
 | 
					        return( mbedtls_mpi_lset( X, 0 ) );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* Calculate A*b as A + A*(b-1) to take advantage of mpi_mul_hlp */
 | 
					    /* Calculate A*b as A + A*(b-1) to take advantage of mpi_mul_hlp */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user