summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-09-12 21:37:58 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-13 01:07:02 +0100
commita8823830d39bdbde8d4f4f34bfcb26dc4bf79741 (patch)
tree086d51b0db42c8fdbef669d002739f607db52f01 /auto_tests/toxav_many_test.c
parent0aa2840164fc782f150cd45f8668ca623e6002cf (diff)
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.
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c4
1 files changed, 2 insertions, 2 deletions
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)
200 free(video_u); 200 free(video_u);
201 free(video_v); 201 free(video_v);
202 202
203 printf ("Closing thread\n"); 203 printf("Closing thread\n");
204 pthread_exit(NULL); 204 pthread_exit(NULL);
205} 205}
206 206
@@ -326,7 +326,7 @@ START_TEST(test_AV_three_calls)
326 (void) pthread_join(tids[1], NULL); 326 (void) pthread_join(tids[1], NULL);
327 (void) pthread_join(tids[2], NULL); 327 (void) pthread_join(tids[2], NULL);
328 328
329 printf ("Killing all instances\n"); 329 printf("Killing all instances\n");
330 toxav_kill(BobsAV[0]); 330 toxav_kill(BobsAV[0]);
331 toxav_kill(BobsAV[1]); 331 toxav_kill(BobsAV[1]);
332 toxav_kill(BobsAV[2]); 332 toxav_kill(BobsAV[2]);