mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
clang-format: Sort doctest header at the bottom
This commit is contained in:
parent
a02ae82778
commit
0f1c1cb754
17 changed files with 36 additions and 18 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "zeek/3rdparty/doctest.h"
|
||||
#include "zeek/Conn.h"
|
||||
#include "zeek/Desc.h"
|
||||
#include "zeek/Event.h"
|
||||
|
@ -24,6 +23,8 @@
|
|||
#include "zeek/plugin/Manager.h"
|
||||
#include "zeek/plugin/Plugin.h"
|
||||
|
||||
#include "zeek/3rdparty/doctest.h"
|
||||
|
||||
#ifdef SYSLOG_INT
|
||||
extern "C" {
|
||||
int openlog(const char* ident, int logopt, int facility);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue