From d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 8 Sep 2019 12:33:09 +0000 Subject: uncrustify as demanded. --- src/dht/dht_test_lib.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/dht/dht_test_lib.h') diff --git a/src/dht/dht_test_lib.h b/src/dht/dht_test_lib.h index c60cc7d1e..716daaacf 100644 --- a/src/dht/dht_test_lib.h +++ b/src/dht/dht_test_lib.h @@ -11,12 +11,12 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. - + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . SPDX-License-Identifier: AGPL3.0-or-later -*/ + */ /** * @file dht/dht_test_lib.h * @author Christian Grothoff @@ -52,10 +52,10 @@ struct GNUNET_DHT_TEST_Context; * @param dhts handle to each of the DHTs of the peers */ typedef void (*GNUNET_DHT_TEST_AppMain) (void *cls, - struct GNUNET_DHT_TEST_Context *ctx, - unsigned int num_peers, - struct GNUNET_TESTBED_Peer **peers, - struct GNUNET_DHT_Handle **dhts); + struct GNUNET_DHT_TEST_Context *ctx, + unsigned int num_peers, + struct GNUNET_TESTBED_Peer **peers, + struct GNUNET_DHT_Handle **dhts); /** @@ -69,11 +69,11 @@ typedef void (*GNUNET_DHT_TEST_AppMain) (void *cls, * @param tmain_cls closure for 'tmain' */ void -GNUNET_DHT_TEST_run (const char *testname, - const char *cfgname, - unsigned int num_peers, - GNUNET_DHT_TEST_AppMain tmain, - void *tmain_cls); +GNUNET_DHT_TEST_run(const char *testname, + const char *cfgname, + unsigned int num_peers, + GNUNET_DHT_TEST_AppMain tmain, + void *tmain_cls); /** @@ -82,7 +82,7 @@ GNUNET_DHT_TEST_run (const char *testname, * @param ctx handle for the testbed */ void -GNUNET_DHT_TEST_cleanup (struct GNUNET_DHT_TEST_Context *ctx); +GNUNET_DHT_TEST_cleanup(struct GNUNET_DHT_TEST_Context *ctx); #if 0 /* keep Emacsens' auto-indent happy */ { -- cgit v1.2.3