summaryrefslogtreecommitdiff
path: root/testing/av_test.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-31 20:40:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-09-02 11:02:56 +0100
commita9fbdaf46b23db5c598bf33d6bc5c4555b06e674 (patch)
treee7894501bd010d9904fe0069fc1b8121d2da4040 /testing/av_test.c
parent6f42eadc54e81be50b7a817c72b0cf4d7ec5feb4 (diff)
Do not use `else` after `return`.
http://llvm.org/docs/CodingStandards.html#use-early-exits-and-continue-to-simplify-code
Diffstat (limited to 'testing/av_test.c')
-rw-r--r--testing/av_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/av_test.c b/testing/av_test.c
index 2c8281f4..cac5abd5 100644
--- a/testing/av_test.c
+++ b/testing/av_test.c
@@ -76,7 +76,6 @@ typedef struct {
76 uint32_t state; 76 uint32_t state;
77 pthread_mutex_t arb_mutex[1]; 77 pthread_mutex_t arb_mutex[1];
78 RingBuffer *arb; /* Audio ring buffer */ 78 RingBuffer *arb; /* Audio ring buffer */
79
80} CallControl; 79} CallControl;
81 80
82struct toxav_thread_data { 81struct toxav_thread_data {