From c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Oct 2019 15:09:28 +0200 Subject: global reindent, now with uncrustify hook enabled --- src/testbed/testbed_api_sd.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/testbed/testbed_api_sd.h') diff --git a/src/testbed/testbed_api_sd.h b/src/testbed/testbed_api_sd.h index 6e4cc621a..2872051e0 100644 --- a/src/testbed/testbed_api_sd.h +++ b/src/testbed/testbed_api_sd.h @@ -41,7 +41,7 @@ struct SDHandle; * @return the initialized handle */ struct SDHandle * -GNUNET_TESTBED_SD_init_(unsigned int max_cnt); +GNUNET_TESTBED_SD_init_ (unsigned int max_cnt); /** @@ -50,7 +50,7 @@ GNUNET_TESTBED_SD_init_(unsigned int max_cnt); * @param h the SD handle */ void -GNUNET_TESTBED_SD_destroy_(struct SDHandle *h); +GNUNET_TESTBED_SD_destroy_ (struct SDHandle *h); /** @@ -60,7 +60,7 @@ GNUNET_TESTBED_SD_destroy_(struct SDHandle *h); * @param amount the reading value */ void -GNUNET_TESTBED_SD_add_data_(struct SDHandle *h, unsigned int amount); +GNUNET_TESTBED_SD_add_data_ (struct SDHandle *h, unsigned int amount); /** @@ -74,8 +74,8 @@ GNUNET_TESTBED_SD_add_data_(struct SDHandle *h, unsigned int amount); * maximum of 4 is returned for deviations equal to or larger than 4 */ int -GNUNET_TESTBED_SD_deviation_factor_(struct SDHandle *h, unsigned int amount, - int *factor); +GNUNET_TESTBED_SD_deviation_factor_ (struct SDHandle *h, unsigned int amount, + int *factor); #endif /* end of testbed_api.h */ -- cgit v1.2.3