Reformat the world

This commit is contained in:
Tim Wojtulewicz 2021-09-16 15:35:39 -07:00
parent 194cb24547
commit b2f171ec69
714 changed files with 35149 additions and 35203 deletions

View file

@ -1,11 +1,13 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/logging/Component.h"
#include "zeek/logging/Manager.h"
#include "zeek/Desc.h"
#include "zeek/logging/Manager.h"
#include "zeek/util.h"
namespace zeek::logging {
namespace zeek::logging
{
Component::Component(const std::string& name, factory_callback arg_factory)
: plugin::Component(plugin::component::WRITER, name)
@ -19,9 +21,7 @@ void Component::Initialize()
log_mgr->RegisterComponent(this, "WRITER_");
}
Component::~Component()
{
}
Component::~Component() { }
void Component::DoDescribe(ODesc* d) const
{
@ -29,4 +29,4 @@ void Component::DoDescribe(ODesc* d) const
d->Add(CanonicalName());
}
} // namespace zeek::logging
} // namespace zeek::logging