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:
Gilbert Clark 2015-02-26 11:12:45 -05:00
parent d3a5440cff
commit 8e1bc8674b

View file

@ -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);