commit 73ab0f26d0fcd47b7b4d6f4faf5bf143a2d06743 parent f461f068dc304ceea5ae3d9cda67e227d2bdba96 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 6 Jun 2018 07:53:39 +0200 better indentation Diffstat:
| M | src/datacache/datacache.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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; }