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

@ -63,5 +63,7 @@ private:
} // namespace zeek::input
namespace input {
using Component [[deprecated("Remove in v4.1. Use zeek::input::Component.")]] = zeek::input::Component;
}
using Component [[deprecated("Remove in v4.1. Use zeek::input::Component.")]] = zeek::input::Component;
} // namespace input