Fix code formatting.

This commit is contained in:
Robin Sommer 2022-08-17 10:38:07 +02:00
parent 598cef21bd
commit fad18cb352
No known key found for this signature in database
GPG key ID: 6BEDA4DA6B8B23E3
3 changed files with 6 additions and 2 deletions

View file

@ -1847,7 +1847,7 @@ int TCPSessionAdapter::ParseTCPOptions(const struct tcphdr* tcp, bool is_orig)
Weird("tcp_option_tfo_invalid_len", util::fmt("%d", length));
}
break;
default:
add_option_data(option_record, o, length);
break;