mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Minor adjustments to plugin code/docs.
Mostly whitespace/typos. Moved some Plugin methods out from public access.
This commit is contained in:
parent
3ee64ff2ce
commit
69b1ba653d
13 changed files with 138 additions and 73 deletions
|
@ -161,7 +161,7 @@ EnumType* ComponentManager<T, C>::GetTagEnumType() const
|
|||
template <class T, class C>
|
||||
const std::string& ComponentManager<T, C>::GetComponentName(T tag) const
|
||||
{
|
||||
static const std::string& error = "<error>";
|
||||
static const std::string error = "<error>";
|
||||
|
||||
if ( ! tag )
|
||||
return error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue