From 73ab0f26d0fcd47b7b4d6f4faf5bf143a2d06743 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 6 Jun 2018 07:53:39 +0200 Subject: 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; } -- cgit v1.2.3