Skip to content

Commit f607813

Browse files
committed
ECP: remove extra whitespaces
1 parent 52ff8e9 commit f607813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/ecp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ int mbedtls_ecp_point_write_binary( const mbedtls_ecp_group *grp,
742742
{
743743
*olen = plen;
744744
if( buflen < *olen )
745-
return( MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL );
745+
return( MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL );
746746

747747
MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary_le( &P->X, buf, plen ) );
748748
}

0 commit comments

Comments
 (0)