From d4c4dd6b9dbba37efd0102ae9a3267d0ebde4ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Wed, 6 Mar 2024 19:43:32 +0100 Subject: [PATCH] make format --- worker/src/DepUsrSCTP.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worker/src/DepUsrSCTP.cpp b/worker/src/DepUsrSCTP.cpp index 1005ba03f9..78e5d1bf35 100644 --- a/worker/src/DepUsrSCTP.cpp +++ b/worker/src/DepUsrSCTP.cpp @@ -305,8 +305,8 @@ void DepUsrSCTP::SendSctpData(RTC::SctpAssociation* sctpAssociation, uint8_t* da // the callback execution finishes. So we have to mem copy it. auto& item = store.items.emplace_back(); - item.data = new uint8_t[len]; - item.len = len; + item.data = new uint8_t[len]; + item.len = len; std::memcpy(item.data, data, len); // Invoke UV async send.