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

@ -3,16 +3,18 @@
#pragma once
#include <string>
#include "zeek/Timer.h"
namespace zeek::file_analysis::detail {
namespace zeek::file_analysis::detail
{
/**
* Timer to periodically check if file analysis for a given file is inactive.
*/
class FileTimer final : public zeek::detail::Timer {
class FileTimer final : public zeek::detail::Timer
{
public:
/**
* Constructor, nothing interesting about it.
* @param t unix time at which the timer should start ticking.
@ -31,6 +33,6 @@ public:
private:
std::string file_id;
};
};
} // namespace zeek::file_analysis::detail
} // namespace zeek::file_analysis::detail