mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Clang format again but now with v13.0.1
This commit is contained in:
parent
a105ea9d80
commit
73e749a162
12 changed files with 215 additions and 209 deletions
|
@ -32,7 +32,9 @@ namespace zeek::detail
|
|||
|
||||
Flare::Flare()
|
||||
#ifndef _MSC_VER
|
||||
: pipe(FD_CLOEXEC, FD_CLOEXEC, O_NONBLOCK, O_NONBLOCK){}
|
||||
: pipe(FD_CLOEXEC, FD_CLOEXEC, O_NONBLOCK, O_NONBLOCK)
|
||||
{
|
||||
}
|
||||
#else
|
||||
{
|
||||
WSADATA wsaData;
|
||||
|
@ -62,7 +64,7 @@ Flare::Flare()
|
|||
}
|
||||
#endif
|
||||
|
||||
[[noreturn]] static void bad_pipe_op(const char* which, bool signal_safe)
|
||||
[[noreturn]] static void bad_pipe_op(const char* which, bool signal_safe)
|
||||
{
|
||||
if ( signal_safe )
|
||||
abort();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue