aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation.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/revocation/revocation.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/revocation/revocation.h')
-rw-r--r--src/revocation/revocation.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index 43efd5ff2..60cc05457 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -33,7 +33,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
33/** 33/**
34 * Query key revocation status. 34 * Query key revocation status.
35 */ 35 */
36struct QueryMessage { 36struct QueryMessage
37{
37 /** 38 /**
38 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY 39 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY
39 */ 40 */
@@ -54,7 +55,8 @@ struct QueryMessage {
54/** 55/**
55 * Key revocation response. 56 * Key revocation response.
56 */ 57 */
57struct QueryResponseMessage { 58struct QueryResponseMessage
59{
58 /** 60 /**
59 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY_RESPONSE 61 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_QUERY_RESPONSE
60 */ 62 */
@@ -74,7 +76,8 @@ struct QueryResponseMessage {
74 * #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE (which is just 76 * #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE (which is just
75 * in a `struct GNUNET_MessageHeader`. 77 * in a `struct GNUNET_MessageHeader`.
76 */ 78 */
77struct RevokeMessage { 79struct RevokeMessage
80{
78 /** 81 /**
79 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE 82 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE
80 */ 83 */
@@ -111,7 +114,8 @@ struct RevokeMessage {
111/** 114/**
112 * Key revocation response. 115 * Key revocation response.
113 */ 116 */
114struct RevocationResponseMessage { 117struct RevocationResponseMessage
118{
115 /** 119 /**
116 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE 120 * Type: #GNUNET_MESSAGE_TYPE_REVOCATION_REVOKE_RESPONSE
117 */ 121 */