Fix indentation of namespaced aliases

This commit is contained in:
Tim Wojtulewicz 2020-08-19 11:52:48 -07:00
parent 6a3f98c835
commit 4b61d60e80
94 changed files with 575 additions and 458 deletions

View file

@ -502,8 +502,10 @@ extern zeek::plugin::Manager* plugin_mgr;
} // namespace zeek
namespace plugin {
using Manager [[deprecated("Remove in v4.1. Use zeek::plugin::Manager.")]] = zeek::plugin::Manager;
}
using Manager [[deprecated("Remove in v4.1. Use zeek::plugin::Manager.")]] = zeek::plugin::Manager;
} // namespace plugin
/**
* The global plugin manager singleton.