aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.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/fs/gnunet-service-fs_put.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/fs/gnunet-service-fs_put.h')
-rw-r--r--src/fs/gnunet-service-fs_put.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_put.h b/src/fs/gnunet-service-fs_put.h
index 2d85d9831..b6c9ba86f 100644
--- a/src/fs/gnunet-service-fs_put.h
+++ b/src/fs/gnunet-service-fs_put.h
@@ -33,14 +33,14 @@
33 * Setup the module. 33 * Setup the module.
34 */ 34 */
35void 35void
36GSF_put_init_(void); 36GSF_put_init_ (void);
37 37
38 38
39/** 39/**
40 * Shutdown the module. 40 * Shutdown the module.
41 */ 41 */
42void 42void
43GSF_put_done_(void); 43GSF_put_done_ (void);
44 44
45 45
46#endif 46#endif