clang-format: Sort doctest header at the bottom

This commit is contained in:
Arne Welzel 2024-11-15 16:16:12 +01:00
parent a02ae82778
commit 0f1c1cb754
17 changed files with 36 additions and 18 deletions

View file

@ -10,11 +10,12 @@
#include <sys/types.h>
#include <memory>
#include "zeek/3rdparty/doctest.h"
#include "zeek/IP.h"
#include "zeek/IPAddr.h"
#include "zeek/Reporter.h"
#include "zeek/3rdparty/doctest.h"
const char* transport_proto_string(TransportProto proto) {
switch ( proto ) {
case TRANSPORT_TCP: return "tcp";