mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +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
|
@ -383,5 +383,7 @@ private:
|
|||
} // namespace zeek::iosource
|
||||
|
||||
namespace iosource {
|
||||
using PktSrc [[deprecated("Remove in v4.1. Use zeek::iosource::PktSrc.")]] = zeek::iosource::PktSrc;
|
||||
}
|
||||
|
||||
using PktSrc [[deprecated("Remove in v4.1. Use zeek::iosource::PktSrc.")]] = zeek::iosource::PktSrc;
|
||||
|
||||
} // namespace iosource
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue