aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/peerstore.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/peerstore/peerstore.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/peerstore/peerstore.h')
-rw-r--r--src/peerstore/peerstore.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/peerstore/peerstore.h b/src/peerstore/peerstore.h
index de5e5908d..0dec03443 100644
--- a/src/peerstore/peerstore.h
+++ b/src/peerstore/peerstore.h
@@ -33,7 +33,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
33/** 33/**
34 * Message carrying a PEERSTORE record message 34 * Message carrying a PEERSTORE record message
35 */ 35 */
36struct StoreRecordMessage { 36struct StoreRecordMessage
37{
37 /** 38 /**
38 * GNUnet message header 39 * GNUnet message header
39 */ 40 */
@@ -85,7 +86,8 @@ struct StoreRecordMessage {
85/** 86/**
86 * Message carrying record key hash 87 * Message carrying record key hash
87 */ 88 */
88struct StoreKeyHashMessage { 89struct StoreKeyHashMessage
90{
89 /** 91 /**
90 * GNUnet message header 92 * GNUnet message header
91 */ 93 */