diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-06-05 00:38:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-06-05 21:18:56 +0200 |
commit | e13828526819ba1b37877950b8cef75a4c7787b4 (patch) | |
tree | 4e1a12f3e7329600d236d422499067ac3e79fc45 | |
parent | 371e38e9f5062c1474ec21232f60ce9ef3a7b764 (diff) |
style fix
-rw-r--r-- | src/revocation/test_revocation.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c index 8d55936941..c3eefa8b1e 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) { |