aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/test_core_api.c2
-rw-r--r--src/core/test_core_api_reliability.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 568832c085..e6a113b528 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -302,7 +302,7 @@ run (void *cls,
GNUNET_MQ_hd_fixed_size (test,
MTYPE,
struct GNUNET_MessageHeader,
- NULL);
+ NULL),
GNUNET_MQ_handler_end ()
};
diff --git a/src/core/test_core_api_reliability.c b/src/core/test_core_api_reliability.c
index 4d8d540282..cd2bcad836 100644
--- a/src/core/test_core_api_reliability.c
+++ b/src/core/test_core_api_reliability.c
@@ -159,7 +159,7 @@ do_shutdown (void *cls)
}
terminate_peer (&p1);
terminate_peer (&p2);
-
+
}
@@ -313,7 +313,7 @@ handle_test (void *cls,
{
send_message (p1.mq,
tr_n);
- }
+ }
}
}
@@ -327,7 +327,7 @@ init_notify (void *cls,
GNUNET_MQ_hd_var_size (test,
MTYPE,
struct TestMessage,
- NULL);
+ NULL),
GNUNET_MQ_handler_end ()
};
@@ -446,7 +446,7 @@ run (void *cls,
GNUNET_MQ_hd_fixed_size (test,
MTYPE,
struct TestMessage,
- NULL);
+ NULL),
GNUNET_MQ_handler_end ()
};