gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: style fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: style fix
Date: Tue, 05 Jun 2018 21:19:00 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e13828526 style fix
e13828526 is described below

commit e13828526819ba1b37877950b8cef75a4c7787b4
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jun 5 00:38:33 2018 +0200

    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)
     {

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]