mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Minor clang-format fix
This commit is contained in:
parent
fda740bc2c
commit
cf872c52a9
1 changed files with 1 additions and 4 deletions
|
@ -77,10 +77,7 @@ public:
|
||||||
void Done() override;
|
void Done() override;
|
||||||
void DeliverStream(int len, const u_char* data, bool orig) override;
|
void DeliverStream(int len, const u_char* data, bool orig) override;
|
||||||
|
|
||||||
static analyzer::Analyzer* Instantiate(Connection* conn)
|
static analyzer::Analyzer* Instantiate(Connection* conn) { return new POP3_Analyzer(conn); }
|
||||||
{
|
|
||||||
return new POP3_Analyzer(conn);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
int masterState;
|
int masterState;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue