From: Philippe Proulx Date: Wed, 24 Feb 2016 00:47:49 +0000 (-0500) Subject: test_ctf_ir_ref.c: fix coding style X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=6f2097e24b87e487db7f6a340ec9939845df407f;hp=bcd3a967781c712a33b3d4a8152872787224b9ee;p=babeltrace.git test_ctf_ir_ref.c: fix coding style Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/tests/lib/test_ctf_ir_ref.c b/tests/lib/test_ctf_ir_ref.c index 36ba4156..d30195c8 100644 --- a/tests/lib/test_ctf_ir_ref.c +++ b/tests/lib/test_ctf_ir_ref.c @@ -565,13 +565,13 @@ static void test_put_order_put_objects(size_t *array, size_t size) { size_t i; struct user user = { 0 }; - void** objects = (void *) &user; + void **objects = (void *) &user; create_user_full(&user); printf("# "); for (i = 0; i < size; ++i) { - void* obj = objects[array[i]]; + void *obj = objects[array[i]]; printf("%s", user_names[array[i]]); BT_PUT(obj);