aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datacache_plugin.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/gnunet_datacache_plugin.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/include/gnunet_datacache_plugin.h')
-rw-r--r--src/include/gnunet_datacache_plugin.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_datacache_plugin.h b/src/include/gnunet_datacache_plugin.h
index b4e6dbe8e..d7fa8fde0 100644
--- a/src/include/gnunet_datacache_plugin.h
+++ b/src/include/gnunet_datacache_plugin.h
@@ -61,7 +61,8 @@ typedef void
61 * of this type as the first and only argument to the 61 * of this type as the first and only argument to the
62 * entry point of each datastore plugin. 62 * entry point of each datastore plugin.
63 */ 63 */
64struct GNUNET_DATACACHE_PluginEnvironment { 64struct GNUNET_DATACACHE_PluginEnvironment
65{
65 /** 66 /**
66 * Configuration to use. 67 * Configuration to use.
67 */ 68 */
@@ -93,7 +94,8 @@ struct GNUNET_DATACACHE_PluginEnvironment {
93/** 94/**
94 * @brief struct returned by the initialization function of the plugin 95 * @brief struct returned by the initialization function of the plugin
95 */ 96 */
96struct GNUNET_DATACACHE_PluginFunctions { 97struct GNUNET_DATACACHE_PluginFunctions
98{
97 /** 99 /**
98 * Closure to pass to all plugin functions. 100 * Closure to pass to all plugin functions.
99 */ 101 */