13
0

NO-OP: no-wrap line

This commit is contained in:
Paul Davis 2024-05-29 22:27:55 -06:00
parent e7d4f10e0d
commit 66707bc133

View File

@ -292,9 +292,7 @@ PortGroupList::~PortGroupList()
}
void
PortGroupList::maybe_add_processor_to_list (
std::weak_ptr<Processor> wp, list<std::shared_ptr<IO> >* route_ios, bool inputs, set<std::shared_ptr<IO> >& used_io
)
PortGroupList::maybe_add_processor_to_list (std::weak_ptr<Processor> wp, list<std::shared_ptr<IO> >* route_ios, bool inputs, set<std::shared_ptr<IO> >& used_io)
{
std::shared_ptr<Processor> p (wp.lock());