style fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 4 Jun 2018 22:38:33 +0000 (00:38 +0200)
committerChristian Grothoff <christian@grothoff.org>
Tue, 5 Jun 2018 19:18:56 +0000 (21:18 +0200)
src/revocation/test_revocation.c

index 8d55936941f58676303cc397d1573e8b1e6e753d..c3eefa8b1e24d62aadf61d839f8a745e974d53d4 100644 (file)
@@ -59,9 +59,7 @@ static int ok;
 static void
 do_shutdown (void *cls)
 {
-  unsigned int c;
-
-  for (c = 0; c < NUM_TEST_PEERS; c++)
+  for (unsigned int c = 0; c < NUM_TEST_PEERS; c++)
   {
     if (NULL != testpeers[c].create_id_op)
     {