aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.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/gns/gns.h
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index 24f543f71..571b62dc7 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -79,9 +79,9 @@ struct GNUNET_GNS_ClientLookupMessage
79 * the type of record to look up 79 * the type of record to look up
80 */ 80 */
81 int32_t type GNUNET_PACKED; 81 int32_t type GNUNET_PACKED;
82 82
83 /** 83 /**
84 * The key for shorten, if @e have_key is set 84 * The key for shorten, if @e have_key is set
85 */ 85 */
86 struct GNUNET_CRYPTO_EccPrivateKey shorten_key; 86 struct GNUNET_CRYPTO_EccPrivateKey shorten_key;
87 87
@@ -106,7 +106,7 @@ struct GNUNET_GNS_ClientLookupResultMessage
106 106
107 /** 107 /**
108 * The number of records contained in response 108 * The number of records contained in response
109 */ 109 */
110 uint32_t rd_count GNUNET_PACKED; 110 uint32_t rd_count GNUNET_PACKED;
111 111
112 /* followed by rd_count GNUNET_NAMESTORE_RecordData structs*/ 112 /* followed by rd_count GNUNET_NAMESTORE_RecordData structs*/