Remove excess vertical space
diff --git a/library/ecp.c b/library/ecp.c
index 596800a..b0ef3ca 100644
--- a/library/ecp.c
+++ b/library/ecp.c
@@ -2814,7 +2814,6 @@
          */
         do
         {
-
             MBEDTLS_MPI_CHK( mbedtls_mpi_fill_random( d, n_size, f_rng, p_rng ) );
             MBEDTLS_MPI_CHK( mbedtls_mpi_shift_r( d, 8 * n_size - grp->nbits ) );