Remove trailing whitespace from drbgtest.c
authorBenjamin Kaduk <bkaduk@akamai.com>
Wed, 19 Jul 2017 22:18:16 +0000 (17:18 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Thu, 20 Jul 2017 17:12:36 +0000 (12:12 -0500)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3971)

test/drbgtest.c

index 80d0b8b590982c9539c791c202cdd9dc459e84fb..37c5bde509247e59dab787fff299319322bad6de 100644 (file)
@@ -323,7 +323,7 @@ static int error_check(DRBG_SELFTEST_DATA *td)
      */
 
     /* Test too small nonce */
      */
 
     /* Test too small nonce */
-    if (dctx->min_nonce) { 
+    if (dctx->min_nonce) {
         t.noncelen = dctx->min_nonce - 1;
         if (!init(dctx, td, &t)
                 || RAND_DRBG_instantiate(dctx, td->pers, td->perslen) > 0
         t.noncelen = dctx->min_nonce - 1;
         if (!init(dctx, td, &t)
                 || RAND_DRBG_instantiate(dctx, td->pers, td->perslen) > 0
@@ -366,7 +366,7 @@ static int error_check(DRBG_SELFTEST_DATA *td)
             || !uninstantiate(dctx))
         goto err;
 
             || !uninstantiate(dctx))
         goto err;
 
-    /* Instantiate again with valid data */ 
+    /* Instantiate again with valid data */
     if (!instantiate(dctx, td, &t))
         goto err;
     reseed_counter_tmp = dctx->reseed_counter;
     if (!instantiate(dctx, td, &t))
         goto err;
     reseed_counter_tmp = dctx->reseed_counter;