aboutsummaryrefslogtreecommitdiff
path: root/src/consensus/consensus.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/consensus/consensus.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/consensus/consensus.h')
-rw-r--r--src/consensus/consensus.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/consensus/consensus.h b/src/consensus/consensus.h
index f110b23b2..888213d55 100644
--- a/src/consensus/consensus.h
+++ b/src/consensus/consensus.h
@@ -34,7 +34,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
34 * Sent by the client to the service, 34 * Sent by the client to the service,
35 * when the client wants the service to join a consensus session. 35 * when the client wants the service to join a consensus session.
36 */ 36 */
37struct GNUNET_CONSENSUS_JoinMessage { 37struct GNUNET_CONSENSUS_JoinMessage
38{
38 /** 39 /**
39 * Type: GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_JOIN 40 * Type: GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_JOIN
40 */ 41 */
@@ -68,7 +69,8 @@ struct GNUNET_CONSENSUS_JoinMessage {
68/** 69/**
69 * Message with an element 70 * Message with an element
70 */ 71 */
71struct GNUNET_CONSENSUS_ElementMessage { 72struct GNUNET_CONSENSUS_ElementMessage
73{
72 /** 74 /**
73 * Type: 75 * Type:
74 * Either GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_RECEIVED_ELEMENT 76 * Either GNUNET_MESSAGE_TYPE_CONSENSUS_CLIENT_RECEIVED_ELEMENT