-fix trailing spaces
[oweals/gnunet.git] / src / set / gnunet-service-set.h
index d752fc5cb3b0efd0b4e27a0e490c1b993e5e1d8f..d82c72b16287c0a3a5ce713b34b73811273dc0d9 100644 (file)
@@ -89,14 +89,14 @@ struct OperationSpecification
    * Salt to use for the operation.
    */
   uint32_t salt;
-  
+
   /**
    * Remote peers element count
    */
   uint32_t remote_element_count;
 
   /**
-   * ID used to identify an operation between service and client 
+   * ID used to identify an operation between service and client
    */
   uint32_t client_request_id;
 
@@ -281,7 +281,7 @@ struct ElementEntry
   /**
    * GNUNET_YES if the element is a remote element, and does not belong
    * to the operation's set.
-   * 
+   *
    * //TODO: Move to Union, unless additional set-operations are implemented ever
    */
   int remote;
@@ -293,7 +293,7 @@ struct Operation
   /**
    * V-Table for the operation belonging
    * to the tunnel contest.
-   * 
+   *
    * Used for all operation specific operations after receiving the ops request
    */
   const struct SetVT *vt;
@@ -311,7 +311,7 @@ struct Operation
   /**
    * GNUNET_YES if this is not a "real" set operation yet, and we still
    * need to wait for the other peer to give us more details.
-   * 
+   *
    * //TODO: replace with state-enum
    */
   int is_incoming;
@@ -374,8 +374,8 @@ struct Set
   /**
    * Virtual table for this set.
    * Determined by the operation type of this set.
-   * 
-   * Used only for Add/remove of elements and when receiving an incoming 
+   *
+   * Used only for Add/remove of elements and when receiving an incoming
    * operation from a remote peer.
    */
   const struct SetVT *vt;
@@ -440,7 +440,7 @@ _GSS_operation_destroy (struct Operation *op);
 /**
  * Get the table with implementing functions for
  * set union.
- * 
+ *
  * @return the operation specific VTable
  */
 const struct SetVT *
@@ -450,7 +450,7 @@ _GSS_union_vt (void);
 /**
  * Get the table with implementing functions for
  * set intersection.
- * 
+ *
  * @return the operation specific VTable
  */
 const struct SetVT *