aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_ipc.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/regex/regex_ipc.h
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/regex/regex_ipc.h')
-rw-r--r--src/regex/regex_ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_ipc.h b/src/regex/regex_ipc.h
index fd6440bb8..ab7aa45cd 100644
--- a/src/regex/regex_ipc.h
+++ b/src/regex/regex_ipc.h
@@ -43,7 +43,7 @@ struct AnnounceMessage
43 * How many characters can we squeeze per edge? 43 * How many characters can we squeeze per edge?
44 */ 44 */
45 uint16_t compression; 45 uint16_t compression;
46 46
47 /** 47 /**
48 * Always zero. 48 * Always zero.
49 */ 49 */
@@ -97,7 +97,7 @@ struct ResultMessage
97 * Identity of the peer that was found. 97 * Identity of the peer that was found.
98 */ 98 */
99 struct GNUNET_PeerIdentity id; 99 struct GNUNET_PeerIdentity id;
100 100
101 /* followed by GET path and PUT path arrays */ 101 /* followed by GET path and PUT path arrays */
102 102
103}; 103};