aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_test_lib.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/dht/dht_test_lib.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
Diffstat (limited to 'src/dht/dht_test_lib.h')
-rw-r--r--src/dht/dht_test_lib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dht/dht_test_lib.h b/src/dht/dht_test_lib.h
index 716daaacf..efffc9ef7 100644
--- a/src/dht/dht_test_lib.h
+++ b/src/dht/dht_test_lib.h
@@ -69,11 +69,11 @@ typedef void (*GNUNET_DHT_TEST_AppMain) (void *cls,
69 * @param tmain_cls closure for 'tmain' 69 * @param tmain_cls closure for 'tmain'
70 */ 70 */
71void 71void
72GNUNET_DHT_TEST_run(const char *testname, 72GNUNET_DHT_TEST_run (const char *testname,
73 const char *cfgname, 73 const char *cfgname,
74 unsigned int num_peers, 74 unsigned int num_peers,
75 GNUNET_DHT_TEST_AppMain tmain, 75 GNUNET_DHT_TEST_AppMain tmain,
76 void *tmain_cls); 76 void *tmain_cls);
77 77
78 78
79/** 79/**
@@ -82,7 +82,7 @@ GNUNET_DHT_TEST_run(const char *testname,
82 * @param ctx handle for the testbed 82 * @param ctx handle for the testbed
83 */ 83 */
84void 84void
85GNUNET_DHT_TEST_cleanup(struct GNUNET_DHT_TEST_Context *ctx); 85GNUNET_DHT_TEST_cleanup (struct GNUNET_DHT_TEST_Context *ctx);
86 86
87#if 0 /* keep Emacsens' auto-indent happy */ 87#if 0 /* keep Emacsens' auto-indent happy */
88{ 88{