aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/conversation/conversation.h
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/conversation/conversation.h')
-rw-r--r--src/conversation/conversation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index 685d98d16..4b42277a5 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -116,7 +116,7 @@ struct ClientPhonePickupMessage
116 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICK_UP 116 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICK_UP
117 */ 117 */
118 struct GNUNET_MessageHeader header; 118 struct GNUNET_MessageHeader header;
119 119
120 /* followed by variable length 0-terminated string with meta data */ 120 /* followed by variable length 0-terminated string with meta data */
121 121
122}; 122};
@@ -132,7 +132,7 @@ struct ClientPhoneHangupMessage
132 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_HANG_UP 132 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_HANG_UP
133 */ 133 */
134 struct GNUNET_MessageHeader header; 134 struct GNUNET_MessageHeader header;
135 135
136 /* followed by variable length 0-terminated string with meta data */ 136 /* followed by variable length 0-terminated string with meta data */
137 137
138}; 138};
@@ -190,7 +190,7 @@ struct ClientPhonePickedupMessage
190 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP 190 * Type is: #GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_PICKED_UP
191 */ 191 */
192 struct GNUNET_MessageHeader header; 192 struct GNUNET_MessageHeader header;
193 193
194 /* followed by variable length 0-terminated string with meta data */ 194 /* followed by variable length 0-terminated string with meta data */
195 195
196}; 196};
@@ -233,7 +233,7 @@ struct MeshPhoneRingMessage
233 233
234 /** 234 /**
235 * When does the signature expire? 235 * When does the signature expire?
236 */ 236 */
237 struct GNUNET_TIME_AbsoluteNBO expiration_time; 237 struct GNUNET_TIME_AbsoluteNBO expiration_time;
238 238
239 /** 239 /**