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

@ -5,9 +5,11 @@
#include "zeek/packet_analysis/Analyzer.h"
#include "zeek/packet_analysis/Component.h"
namespace zeek::packet_analysis::GRE {
namespace zeek::packet_analysis::GRE
{
class GREAnalyzer : public Analyzer {
class GREAnalyzer : public Analyzer
{
public:
GREAnalyzer();
~GREAnalyzer() override = default;
@ -18,6 +20,6 @@ public:
{
return std::make_shared<GREAnalyzer>();
}
};
};
}
}