aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity.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/identity/identity.h
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/identity/identity.h')
-rw-r--r--src/identity/identity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/identity/identity.h b/src/identity/identity.h
index 13ac91e46..5e965b2c7 100644
--- a/src/identity/identity.h
+++ b/src/identity/identity.h
@@ -138,7 +138,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
138 uint16_t reserved GNUNET_PACKED; 138 uint16_t reserved GNUNET_PACKED;
139 139
140 /** 140 /**
141 * The private key 141 * The private key
142 */ 142 */
143 struct GNUNET_CRYPTO_EccPrivateKey private_key; 143 struct GNUNET_CRYPTO_EccPrivateKey private_key;
144 144
@@ -149,7 +149,7 @@ struct GNUNET_IDENTITY_SetDefaultMessage
149 149
150/** 150/**
151 * Client requests creation of an identity. Service 151 * Client requests creation of an identity. Service
152 * will respond with a result code. 152 * will respond with a result code.
153 */ 153 */
154struct GNUNET_IDENTITY_CreateRequestMessage 154struct GNUNET_IDENTITY_CreateRequestMessage
155{ 155{
@@ -169,7 +169,7 @@ struct GNUNET_IDENTITY_CreateRequestMessage
169 uint16_t reserved GNUNET_PACKED; 169 uint16_t reserved GNUNET_PACKED;
170 170
171 /** 171 /**
172 * The private key 172 * The private key
173 */ 173 */
174 struct GNUNET_CRYPTO_EccPrivateKey private_key; 174 struct GNUNET_CRYPTO_EccPrivateKey private_key;
175 175