uncrustify as demanded.
[oweals/gnunet.git] / src / dht / dht_test_lib.h
index c60cc7d1ebba2735169afc719732937396fdd912..716daaacfed18499e39863be796fc11914b20fc2 100644 (file)
      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 <http://www.gnu.org/licenses/>.
 
      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 */
 {