Fixing clang pre-commit error

This commit is contained in:
Fatema BW 2022-07-28 23:10:35 -07:00 committed by GitHub
parent e2bd8f0eb1
commit 33bfe67562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1805,7 +1805,7 @@ int TCPSessionAdapter::ParseTCPOptions(const struct tcphdr* tcp, bool is_orig)
case 27:
// TCP Quick Start Response
if ( length == 8)
if ( length == 8 )
{
auto rate = o[2];
auto ttl_diff = o[3];