mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -1,10 +1,11 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include "zeek/script_opt/TempVar.h"
|
||||
|
||||
#include "zeek/Reporter.h"
|
||||
|
||||
|
||||
namespace zeek::detail {
|
||||
namespace zeek::detail
|
||||
{
|
||||
|
||||
TempVar::TempVar(int num, const TypePtr& t, ExprPtr _rhs) : type(t)
|
||||
{
|
||||
|
@ -25,4 +26,4 @@ void TempVar::SetAlias(IDPtr _alias)
|
|||
alias = std::move(_alias);
|
||||
}
|
||||
|
||||
} // zeek::detail
|
||||
} // zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue