projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f461f06
)
better indentation
author
Christian Grothoff
<christian@grothoff.org>
Wed, 6 Jun 2018 05:53:39 +0000
(07:53 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 6 Jun 2018 05:53:39 +0000
(07:53 +0200)
src/datacache/datacache.c
patch
|
blob
|
history
diff --git
a/src/datacache/datacache.c
b/src/datacache/datacache.c
index 7ee8dc954d88013feb50e7e9944f946bd9ad785c..39cd6126de5e73bddc62116424093faa64a88028 100644
(file)
--- 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;
}