mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Fix indentation of namespaced aliases
This commit is contained in:
parent
6a3f98c835
commit
4b61d60e80
94 changed files with 575 additions and 458 deletions
|
@ -117,5 +117,7 @@ protected:
|
|||
} // namespace zeek::analyzer::tcp
|
||||
|
||||
namespace analyzer::tcp {
|
||||
using ContentLine_Analyzer [[deprecated("Remove in v4.1. Use zeek::analyzer::tcp::ContentLine_Analyzer.")]] = zeek::analyzer::tcp::ContentLine_Analyzer;
|
||||
}
|
||||
|
||||
using ContentLine_Analyzer [[deprecated("Remove in v4.1. Use zeek::analyzer::tcp::ContentLine_Analyzer.")]] = zeek::analyzer::tcp::ContentLine_Analyzer;
|
||||
|
||||
} // namespace analyzer::tcp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue