-remove trailing whitespace
[oweals/gnunet.git] / src / include / gnunet_namestore_plugin.h
index 32d13e200320bfdc42ad3fbcafce4a7bc9006b33..4d4821bcbee1b71622835ef3a776d7f01adebd4c 100644 (file)
@@ -83,7 +83,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
    * @param block block to cache
    * @return #GNUNET_OK on success, else #GNUNET_SYSERR
    */
-  int (*cache_block) (void *cls, 
+  int (*cache_block) (void *cls,
                      const struct GNUNET_NAMESTORE_Block *block);
 
 
@@ -97,7 +97,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
    * @param iter_cls closure for @a iter
    * @return #GNUNET_OK on success, #GNUNET_NO if there were no results, #GNUNET_SYSERR on error
    */
-  int (*lookup_block) (void *cls, 
+  int (*lookup_block) (void *cls,
                       const struct GNUNET_HashCode *query,
                       GNUNET_NAMESTORE_BlockCallback iter, void *iter_cls);
 
@@ -114,7 +114,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
    * @param rd array of records with data to store
    * @return #GNUNET_OK on success, else #GNUNET_SYSERR
    */
-  int (*store_records) (void *cls, 
+  int (*store_records) (void *cls,
                        const struct GNUNET_CRYPTO_EccPrivateKey *zone,
                        const char *label,
                        unsigned int rd_count,
@@ -132,7 +132,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
    * @param iter_cls closure for @a iter
    * @return #GNUNET_OK on success, #GNUNET_NO if there were no results, #GNUNET_SYSERR on error
    */
-  int (*iterate_records) (void *cls, 
+  int (*iterate_records) (void *cls,
                          const struct GNUNET_CRYPTO_EccPrivateKey *zone,
                          uint64_t offset,
                          GNUNET_NAMESTORE_RecordIterator iter, void *iter_cls);
@@ -149,7 +149,7 @@ struct GNUNET_NAMESTORE_PluginFunctions
    * @param iter_cls closure for @a iter
    * @return #GNUNET_OK on success, #GNUNET_NO if there were no results, #GNUNET_SYSERR on error
    */
-  int (*zone_to_name) (void *cls, 
+  int (*zone_to_name) (void *cls,
                       const struct GNUNET_CRYPTO_EccPrivateKey *zone,
                       const struct GNUNET_CRYPTO_EccPublicSignKey *value_zone,
                       GNUNET_NAMESTORE_RecordIterator iter, void *iter_cls);