Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Nov 5, 2024
1 parent 4b75b0e commit af6fff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Packet++Test/Tests/GtpTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,10 +441,10 @@ PTF_TEST_CASE(GtpV2LayerCreationTest)

// clang-format off
gtpLayer.addInformationElementAfter({ pcpp::GtpV2InformationElement::Type::ServingNetwork, 0, 0, { 0x64, 0xf6, 0x29 } },
pcpp::GtpV2InformationElement::Type::Uli);
pcpp::GtpV2InformationElement::Type::Uli);
// clang-format on
gtpLayer.addInformationElementAfter({ pcpp::GtpV2InformationElement::Type::Recovery, 0, 0, { 0x12 } },
pcpp::GtpV2InformationElement::Type::BearerContext);
pcpp::GtpV2InformationElement::Type::BearerContext);

READ_FILE_AND_CREATE_PACKET(1, "PacketExamples/gtpv2-with-teid.dat");
pcpp::Packet gtpPacket1(&rawPacket1);
Expand Down

0 comments on commit af6fff8

Please sign in to comment.