summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-03 15:46:27 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-06 13:44:03 +0000
commitfeaefbcbb3ab5bd3fe7dc963d6f963669673fadc (patch)
tree15a46d02a767400d66ea021e6a0f6f0a9973aa01 /toxav
parent52f6e4e7c59ab3fddac779278dd90796569a857f (diff)
Format .cpp files with format-source.
Diffstat (limited to 'toxav')
-rw-r--r--toxav/rtp_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/toxav/rtp_test.cpp b/toxav/rtp_test.cpp
index 76e369f0..e3b6f10e 100644
--- a/toxav/rtp_test.cpp
+++ b/toxav/rtp_test.cpp
@@ -4,7 +4,8 @@
4 4
5#include <gtest/gtest.h> 5#include <gtest/gtest.h>
6 6
7TEST(Rtp, Deserialisation) { 7TEST(Rtp, Deserialisation)
8{
8 RTPHeader header; 9 RTPHeader header;
9 random_bytes((uint8_t *)&header, sizeof header); 10 random_bytes((uint8_t *)&header, sizeof header);
10 11