mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08: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,13 +1,15 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include "zeek/Notifier.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
#include "zeek/Notifier.h"
|
||||
#include "zeek/DebugLogger.h"
|
||||
|
||||
zeek::notifier::detail::Registry zeek::notifier::detail::registry;
|
||||
|
||||
namespace zeek::notifier::detail {
|
||||
namespace zeek::notifier::detail
|
||||
{
|
||||
|
||||
Receiver::Receiver()
|
||||
{
|
||||
|
@ -86,4 +88,4 @@ Modifiable::~Modifiable()
|
|||
registry.Unregister(this);
|
||||
}
|
||||
|
||||
} // namespace zeek::notifier::detail
|
||||
} // namespace zeek::notifier::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue