mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18: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,12 +1,13 @@
|
|||
// Implementation of watches
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
#include "zeek/DbgWatch.h"
|
||||
|
||||
#include "zeek/Debug.h"
|
||||
#include "zeek/Reporter.h"
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
namespace zeek::detail {
|
||||
namespace zeek::detail
|
||||
{
|
||||
|
||||
// Support classes
|
||||
DbgWatch::DbgWatch(zeek::Obj* var_to_watch)
|
||||
|
@ -19,4 +20,4 @@ DbgWatch::DbgWatch(Expr* expr_to_watch)
|
|||
reporter->InternalError("DbgWatch unimplemented");
|
||||
}
|
||||
|
||||
} // namespace zeek::detail
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue