aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.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/gns/gns.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index 8465f49f9..1fa812c23 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -33,7 +33,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
33/** 33/**
34 * Message from client to GNS service to lookup records. 34 * Message from client to GNS service to lookup records.
35 */ 35 */
36struct LookupMessage { 36struct LookupMessage
37{
37 /** 38 /**
38 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP 39 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP
39 */ 40 */
@@ -72,7 +73,8 @@ struct LookupMessage {
72/** 73/**
73 * Message from GNS service to client: new results. 74 * Message from GNS service to client: new results.
74 */ 75 */
75struct LookupResultMessage { 76struct LookupResultMessage
77{
76 /** 78 /**
77 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 79 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT
78 */ 80 */