From c544c71578c4557722aae8c4f0f359decd38f689 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 8 Dec 2013 20:41:21 +0000 Subject: [PATCH] -fix trailing spaces --- src/set/gnunet-service-set.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h index d752fc5cb..d82c72b16 100644 --- a/src/set/gnunet-service-set.h +++ b/src/set/gnunet-service-set.h @@ -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 * -- 2.25.1