mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Revert spacing change that shouldn't have been included with the previous changeset ... should fix all of the plugin tests save hooks, which needs to be updated.
This commit is contained in:
parent
d3a5440cff
commit
8e1bc8674b
1 changed files with 2 additions and 2 deletions
|
@ -393,7 +393,7 @@ void Plugin::Describe(ODesc* d) const
|
|||
type = "<unknown>";
|
||||
}
|
||||
|
||||
d->Add(" ");
|
||||
d->Add(" ");
|
||||
d->Add("[");
|
||||
d->Add(type);
|
||||
d->Add("] ");
|
||||
|
@ -408,7 +408,7 @@ void Plugin::Describe(ODesc* d) const
|
|||
HookType hook = (*i).first;
|
||||
int prio = (*i).second;
|
||||
|
||||
d->Add(" Implements ");
|
||||
d->Add(" Implements ");
|
||||
d->Add(hook_name(hook));
|
||||
d->Add(" (priority ");
|
||||
d->Add(prio);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue