mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Reformat
This commit is contained in:
parent
0afe94154d
commit
36741c2fbf
787 changed files with 131811 additions and 153704 deletions
|
@ -24,8 +24,7 @@
|
|||
#include "zeek/script_opt/CPP/RuntimeVec.h"
|
||||
#include "zeek/script_opt/ScriptOpt.h"
|
||||
|
||||
namespace zeek::detail
|
||||
{
|
||||
namespace zeek::detail {
|
||||
|
||||
using BoolValPtr = IntrusivePtr<zeek::BoolVal>;
|
||||
using IntValPtr = IntrusivePtr<zeek::IntVal>;
|
||||
|
@ -39,4 +38,4 @@ using FuncValPtr = IntrusivePtr<zeek::FuncVal>;
|
|||
using FileValPtr = IntrusivePtr<zeek::FileVal>;
|
||||
using SubNetValPtr = IntrusivePtr<zeek::SubNetVal>;
|
||||
|
||||
}
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue