summaryrefslogtreecommitdiff
path: root/src/util/resolver.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/util/resolver.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/util/resolver.h')
-rw-r--r--src/util/resolver.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/resolver.h b/src/util/resolver.h
index 9b75b0c66..e487f6e6f 100644
--- a/src/util/resolver.h
+++ b/src/util/resolver.h
@@ -40,7 +40,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
40 * will just be a header without any data (used to indicate the end of 40 * will just be a header without any data (used to indicate the end of
41 * the list). 41 * the list).
42 */ 42 */
43struct GNUNET_RESOLVER_GetMessage { 43struct GNUNET_RESOLVER_GetMessage
44{
44 /** 45 /**
45 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_REQUEST 46 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_REQUEST
46 */ 47 */
@@ -68,7 +69,8 @@ struct GNUNET_RESOLVER_GetMessage {
68}; 69};
69 70
70 71
71struct GNUNET_RESOLVER_ResponseMessage { 72struct GNUNET_RESOLVER_ResponseMessage
73{
72 /** 74 /**
73 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE 75 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE
74 */ 76 */