From a8823830d39bdbde8d4f4f34bfcb26dc4bf79741 Mon Sep 17 00:00:00 2001 From: iphydf Date: Mon, 12 Sep 2016 21:37:58 +0100 Subject: Add some astyle options to make it do more. It now enforces a bit more formatting. In particular, padding inside parentheses is removed. I would like it to remove padding after unary operators, but there seems to be no option for that. --- auto_tests/toxav_many_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auto_tests/toxav_many_test.c') diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c index e3dd5a42..bdb5445b 100644 --- a/auto_tests/toxav_many_test.c +++ b/auto_tests/toxav_many_test.c @@ -200,7 +200,7 @@ static void *call_thread(void *pd) free(video_u); free(video_v); - printf ("Closing thread\n"); + printf("Closing thread\n"); pthread_exit(NULL); } @@ -326,7 +326,7 @@ START_TEST(test_AV_three_calls) (void) pthread_join(tids[1], NULL); (void) pthread_join(tids[2], NULL); - printf ("Killing all instances\n"); + printf("Killing all instances\n"); toxav_kill(BobsAV[0]); toxav_kill(BobsAV[1]); toxav_kill(BobsAV[2]); -- cgit v1.2.3