Bump clang-format

This patch contains a bump of the configured clang-format version from
17.0.3 to 18.1.8 and automatically generated C++ source updates. The
main difference we are seeing from this is fixes for previously
incomplete reformats.
This commit is contained in:
Benjamin Bannier 2024-09-02 16:46:59 +02:00
parent c27e18631c
commit db42b2cfe5
12 changed files with 32 additions and 35 deletions

View file

@ -33,7 +33,7 @@ class Fuzzer {
public:
Fuzzer(TransportProto proto, const zeek::Tag& analyzer_tag) : proto{proto}, analyzer_tag{analyzer_tag} {}
virtual ~Fuzzer(){};
virtual ~Fuzzer() {};
zeek::Connection* AddConnection() {
static constexpr double network_time_start = 1439471031;