Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vlstill committed Oct 31, 2023
1 parent 667f1bc commit 6461699
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ TestBackEnd::TestInfo EBPFTestBackend::produceTestInfo(
// input packet here.
testInfo.outputPacket = testInfo.inputPacket;
testInfo.packetTaintMask =
IR::getConstant(testInfo.inputPacket->type, IR::getMaxBvVal(testInfo.inputPacket->type));
IR::getConstant(testInfo.inputPacket->type,
IR::getMaxBvVal(testInfo.inputPacket->type));
}
return testInfo;
}
Expand Down

0 comments on commit 6461699

Please sign in to comment.