better indentation
authorChristian Grothoff <christian@grothoff.org>
Wed, 6 Jun 2018 05:53:39 +0000 (07:53 +0200)
committerChristian Grothoff <christian@grothoff.org>
Wed, 6 Jun 2018 05:53:39 +0000 (07:53 +0200)
src/datacache/datacache.c

index 7ee8dc954d88013feb50e7e9944f946bd9ad785c..39cd6126de5e73bddc62116424093faa64a88028 100644 (file)
@@ -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;
 }