mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Reformat the world
This commit is contained in:
parent
194cb24547
commit
b2f171ec69
714 changed files with 35149 additions and 35203 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue