From cf872c52a9ee8cee5f281371fb853a0e80d9ebe0 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 14 Nov 2024 13:50:44 -0700 Subject: [PATCH] Minor clang-format fix --- src/analyzer/protocol/pop3/POP3.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/analyzer/protocol/pop3/POP3.h b/src/analyzer/protocol/pop3/POP3.h index 6a4a76f950..4122beb365 100644 --- a/src/analyzer/protocol/pop3/POP3.h +++ b/src/analyzer/protocol/pop3/POP3.h @@ -77,10 +77,7 @@ public: void Done() override; void DeliverStream(int len, const u_char* data, bool orig) override; - static analyzer::Analyzer* Instantiate(Connection* conn) - { - return new POP3_Analyzer(conn); - } + static analyzer::Analyzer* Instantiate(Connection* conn) { return new POP3_Analyzer(conn); } protected: int masterState;