fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 25 Oct 2011 20:45:59 +0000 (20:45 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 25 Oct 2011 20:45:59 +0000 (20:45 +0000)
src/datacache/datacache.c

index f79fae95bb7cf9c6fa8264c55c94b65d12a0dc23..7c92f77378a914f0163b278d45f6b9f5355fe6e0 100644 (file)
@@ -236,7 +236,6 @@ GNUNET_DATACACHE_put (struct GNUNET_DATACACHE_Handle *h,
 {
   uint32_t used;
 
-
   used = h->api->put (h->api->cls, key, size, data, type, discard_time);
   if (used == 0)
   {