summaryrefslogtreecommitdiff
path: root/toxav/video.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-08-31 20:54:20 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-08-31 20:54:20 +0100
commit3a9300368d31b0460bd70effd14451303493b109 (patch)
tree43a2202986d4533938a0bd2e7b7c02f3c1617e5a /toxav/video.c
parent633da98ae69866efb195e00d9a3a22ace6bada66 (diff)
Add newlines because astyle wants them.
We'll revert this once we move to clang-format.
Diffstat (limited to 'toxav/video.c')
-rw-r--r--toxav/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/video.c b/toxav/video.c
index c94579a6..251a2cb5 100644
--- a/toxav/video.c
+++ b/toxav/video.c
@@ -146,6 +146,7 @@ void vc_iterate(VCSession *vc)
146 } 146 }
147 147
148 struct RTPMessage *p; 148 struct RTPMessage *p;
149
149 int rc; 150 int rc;
150 151
151 pthread_mutex_lock(vc->queue_mutex); 152 pthread_mutex_lock(vc->queue_mutex);