From a0942034dea3b5ac76cd7e8c3429132a1d650835 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Fri, 10 Dec 2021 10:34:24 +0100 Subject: [PATCH] test: call: Codestyle --- tests/test-call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-call.c b/tests/test-call.c index 728fa9d..1b0698b 100644 --- a/tests/test-call.c +++ b/tests/test-call.c @@ -25,7 +25,7 @@ test_dummy_call_object (CallFixture *fixture, static void test_dummy_call_get_id (CallFixture *fixture, - gconstpointer user_data) + gconstpointer user_data) { const char *id; id = calls_call_get_id (CALLS_CALL (fixture->dummy_call));