From: Christian Grothoff Date: Mon, 4 Jun 2018 22:38:33 +0000 (+0200) Subject: style fix X-Git-Tag: v0.11.0pre66~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e13828526819ba1b37877950b8cef75a4c7787b4;p=oweals%2Fgnunet.git style fix --- 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) {