aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/test_ats_api.c')
-rw-r--r--src/ats/test_ats_api.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ats/test_ats_api.c b/src/ats/test_ats_api.c
index bc703a111..0ec1bbdef 100644
--- a/src/ats/test_ats_api.c
+++ b/src/ats/test_ats_api.c
@@ -28,7 +28,7 @@
28/** 28/**
29 * Global timeout for the testcase. 29 * Global timeout for the testcase.
30 */ 30 */
31#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 3) 31#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 3)
32 32
33/** 33/**
34 * Definition of the test as a sequence of commands. 34 * Definition of the test as a sequence of commands.
@@ -233,13 +233,13 @@ static struct Command test_commands[] = {
233 233
234 234
235int 235int
236main(int argc, 236main (int argc,
237 char *argv[]) 237 char *argv[])
238{ 238{
239 return TEST_ATS_run(argc, 239 return TEST_ATS_run (argc,
240 argv, 240 argv,
241 test_commands, 241 test_commands,
242 TIMEOUT); 242 TIMEOUT);
243} 243}
244 244
245 245