mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -4,13 +4,18 @@
|
|||
|
||||
#include "zeek/util.h"
|
||||
|
||||
namespace zeek { class Obj; }
|
||||
namespace zeek
|
||||
{
|
||||
class Obj;
|
||||
}
|
||||
|
||||
namespace zeek::detail {
|
||||
namespace zeek::detail
|
||||
{
|
||||
|
||||
class Expr;
|
||||
|
||||
class DbgWatch {
|
||||
class DbgWatch
|
||||
{
|
||||
public:
|
||||
explicit DbgWatch(Obj* var_to_watch);
|
||||
explicit DbgWatch(Expr* expr_to_watch);
|
||||
|
@ -19,6 +24,6 @@ public:
|
|||
protected:
|
||||
Obj* var;
|
||||
Expr* expr;
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace zeek::detail
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue