gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17146 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r17146 - gnunet/src/util
Date: Fri, 30 Sep 2011 20:58:43 +0200

Author: grothoff
Date: 2011-09-30 20:58:43 +0200 (Fri, 30 Sep 2011)
New Revision: 17146

Modified:
   gnunet/src/util/container_bloomfilter.c
Log:
adding empty lines


Modified: gnunet/src/util/container_bloomfilter.c
===================================================================
--- gnunet/src/util/container_bloomfilter.c     2011-09-30 17:15:33 UTC (rev 
17145)
+++ gnunet/src/util/container_bloomfilter.c     2011-09-30 18:58:43 UTC (rev 
17146)
@@ -322,6 +322,7 @@
                            const struct GNUNET_CONTAINER_BloomFilter * bf,
                            unsigned int bit);
 
+
 /**
  * Call an iterator for each bit that the bloomfilter
  * must test or set for this element.
@@ -367,6 +368,7 @@
   }
 }
 
+
 /**
  * Callback: increment bit
  *
@@ -385,6 +387,7 @@
   return GNUNET_YES;
 }
 
+
 /**
  * Callback: decrement bit
  *
@@ -403,6 +406,7 @@
   return GNUNET_YES;
 }
 
+
 /**
  * Callback: test if all bits are set
  *
@@ -587,6 +591,7 @@
   return GNUNET_OK;
 }
 
+
 /**
  * Free the space associated with a filter
  * in memory, flush to drive if needed (do not
@@ -606,6 +611,7 @@
   GNUNET_free (bf);
 }
 
+
 /**
  * Reset a bloom filter to empty. Clears the file on disk.
  *
@@ -643,6 +649,7 @@
   return res;
 }
 
+
 /**
  * Add an element to the filter
  *
@@ -653,7 +660,6 @@
 GNUNET_CONTAINER_bloomfilter_add (struct GNUNET_CONTAINER_BloomFilter *bf,
                                   const GNUNET_HashCode * e)
 {
-
   if (NULL == bf)
     return;
   iterateBits (bf, &incrementBitCallback, bf, e);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]