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,9 +1,11 @@
// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/Tag.h"
#include "zeek/Val.h"
namespace zeek {
namespace zeek
{
Tag::Tag(const EnumTypePtr& etype, type_t arg_type, subtype_t arg_subtype)
{
@ -82,4 +84,4 @@ std::string Tag::AsString() const
return util::fmt("%" PRIu32 "/%" PRIu32, type, subtype);
}
} // namespace zeek
} // namespace zeek