aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/testing_messenger_setup.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-09-27 11:02:56 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2021-09-27 11:02:56 +0200
commit7ecc3a03a0670a1620c603502c9958b95e6dc1d0 (patch)
tree69d76fd05cbf0facae18b99b526c16426bf9b1c6 /src/messenger/testing_messenger_setup.h
parent1fef34e55a00816bdb237e87ff14d54e6575f763 (diff)
downloadgnunet-7ecc3a03a0670a1620c603502c9958b95e6dc1d0.tar.gz
gnunet-7ecc3a03a0670a1620c603502c9958b95e6dc1d0.zip
-indentation of parameters
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/messenger/testing_messenger_setup.h')
-rw-r--r--src/messenger/testing_messenger_setup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/messenger/testing_messenger_setup.h b/src/messenger/testing_messenger_setup.h
index 5e6b5d461..e5ae0c151 100644
--- a/src/messenger/testing_messenger_setup.h
+++ b/src/messenger/testing_messenger_setup.h
@@ -34,6 +34,7 @@ struct test_configuration
34}; 34};
35 35
36int 36int
37GNUNET_run_messenger_setup (const char* test_name, const struct test_configuration *cfg); 37GNUNET_run_messenger_setup (const char* test_name,
38 const struct test_configuration *cfg);
38 39
39#endif /* GNUNET_TESTING_MESSENGER_SETUP_H_ */ 40#endif /* GNUNET_TESTING_MESSENGER_SETUP_H_ */