From e13828526819ba1b37877950b8cef75a4c7787b4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 5 Jun 2018 00:38:33 +0200 Subject: style fix --- src/revocation/test_revocation.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c index 8d5593694..c3eefa8b1 100644 --- a/src/revocation/test_revocation.c +++ b/src/revocation/test_revocation.c @@ -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) { -- cgit v1.2.3