Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 3, 2024
1 parent 281054c commit 5c8afb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/test/src/RTC/RTCP/TestXr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#include "RTC/RTCP/XrDelaySinceLastRr.hpp"
#include "RTC/RTCP/XrReceiverReferenceTime.hpp"
#include <catch2/catch_test_macros.hpp>
#include <memory>
#include <cstring> // std::memcmp(), std::memcpy()
#include <memory>

using namespace RTC::RTCP;

Expand Down Expand Up @@ -199,7 +199,7 @@ SCENARIO("RTCP XrDelaySinceLastRt parsing", "[parser][rtcp][xr-dlrr]")
// Create local report and check content.
// NOTE: We cannot use unique_ptr here since the instance lifecycle will be
// managed by the packet.
auto* report1 = new DelaySinceLastRr();
auto* report1 = new DelaySinceLastRr();
// NOTE: We cannot use unique_ptr here since the instance lifecycle will be
// managed by the report.
auto* ssrcInfo1 = new DelaySinceLastRr::SsrcInfo();
Expand Down

0 comments on commit 5c8afb3

Please sign in to comment.