aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-06-05 00:38:33 +0200
committerChristian Grothoff <christian@grothoff.org>2018-06-05 21:18:56 +0200
commite13828526819ba1b37877950b8cef75a4c7787b4 (patch)
tree4e1a12f3e7329600d236d422499067ac3e79fc45 /src/revocation
parent371e38e9f5062c1474ec21232f60ce9ef3a7b764 (diff)
downloadgnunet-e13828526819ba1b37877950b8cef75a4c7787b4.tar.gz
gnunet-e13828526819ba1b37877950b8cef75a4c7787b4.zip
style fix
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/test_revocation.c4
1 files changed, 1 insertions, 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;
59static void 59static void
60do_shutdown (void *cls) 60do_shutdown (void *cls)
61{ 61{
62 unsigned int c; 62 for (unsigned int c = 0; c < NUM_TEST_PEERS; c++)
63
64 for (c = 0; c < NUM_TEST_PEERS; c++)
65 { 63 {
66 if (NULL != testpeers[c].create_id_op) 64 if (NULL != testpeers[c].create_id_op)
67 { 65 {