gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/04: better indentation


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/04: better indentation
Date: Wed, 06 Jun 2018 07:56:15 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

commit 73ab0f26d0fcd47b7b4d6f4faf5bf143a2d06743
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jun 6 07:53:39 2018 +0200

    better indentation
---
 src/datacache/datacache.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index 7ee8dc954..39cd6126d 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -311,7 +311,8 @@ GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h,
                             1,
                             GNUNET_NO);
   while (h->utilization + used > h->env.quota)
-    GNUNET_assert (GNUNET_OK == h->api->del (h->api->cls));
+    GNUNET_assert (GNUNET_OK ==
+                  h->api->del (h->api->cls));
   h->utilization += used;
   return GNUNET_OK;
 }

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



reply via email to

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