aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_fs.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/include/block_fs.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/include/block_fs.h')
-rw-r--r--src/include/block_fs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h
index fb651909a..358fb43fa 100644
--- a/src/include/block_fs.h
+++ b/src/include/block_fs.h
@@ -47,7 +47,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
47/** 47/**
48 * @brief universal block for keyword and namespace search results 48 * @brief universal block for keyword and namespace search results
49 */ 49 */
50struct UBlock { 50struct UBlock
51{
51 /** 52 /**
52 * Signature using pseudonym and search keyword / identifier. 53 * Signature using pseudonym and search keyword / identifier.
53 */ 54 */
@@ -78,7 +79,8 @@ struct UBlock {
78 * can be obtained directly from reading 79 * can be obtained directly from reading
79 * the plaintext file) 80 * the plaintext file)
80 */ 81 */
81struct OnDemandBlock { 82struct OnDemandBlock
83{
82 /** 84 /**
83 * Hash code of the entire content of the 85 * Hash code of the entire content of the
84 * file that was indexed (used to uniquely 86 * file that was indexed (used to uniquely