gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31176 - gnunet/src/set


From: gnunet
Subject: [GNUnet-SVN] r31176 - gnunet/src/set
Date: Sun, 8 Dec 2013 21:41:21 +0100

Author: grothoff
Date: 2013-12-08 21:41:21 +0100 (Sun, 08 Dec 2013)
New Revision: 31176

Modified:
   gnunet/src/set/gnunet-service-set.h
Log:
-fix trailing spaces

Modified: gnunet/src/set/gnunet-service-set.h
===================================================================
--- gnunet/src/set/gnunet-service-set.h 2013-12-08 20:40:27 UTC (rev 31175)
+++ gnunet/src/set/gnunet-service-set.h 2013-12-08 20:41:21 UTC (rev 31176)
@@ -89,14 +89,14 @@
    * 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 @@
   /**
    * 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 @@
   /**
    * 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 @@
   /**
    * 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 @@
   /**
    * 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 @@
 /**
  * Get the table with implementing functions for
  * set union.
- * 
+ *
  * @return the operation specific VTable
  */
 const struct SetVT *
@@ -450,7 +450,7 @@
 /**
  * Get the table with implementing functions for
  * set intersection.
- * 
+ *
  * @return the operation specific VTable
  */
 const struct SetVT *




reply via email to

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