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::IEEE802_11 {
namespace zeek::packet_analysis::IEEE802_11
{
class IEEE802_11Analyzer : public Analyzer {
class IEEE802_11Analyzer : public Analyzer
{
public:
IEEE802_11Analyzer();
~IEEE802_11Analyzer() override = default;
@ -18,6 +20,6 @@ public:
{
return std::make_shared<IEEE802_11Analyzer>();
}
};
};
}
}