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

@ -2,15 +2,19 @@
#pragma once
#include <time.h> // for time_t
#include <optional>
#include <string>
#include "zeek/zeek-config.h"
#include <time.h> // for time_t
#include <string>
#include <optional>
namespace zeek::detail
{
class ID;
}
namespace zeek::detail { class ID; }
namespace zeek::zeekygen::detail {
namespace zeek::zeekygen::detail
{
/**
* Transform content of a Zeekygen comment which may contain function
@ -89,4 +93,4 @@ std::string normalize_script_path(std::string_view path);
*/
std::optional<std::string> source_code_range(const zeek::detail::ID* id);
} // namespace zeek::zeekygen::detail
} // namespace zeek::zeekygen::detail