mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
ip: remove excess space in output of identifier
This commit is contained in:
parent
018c89a2b0
commit
cb25861c7e
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include "fpga/vlnv.hpp"
|
||||
#include "plugin.hpp"
|
||||
#include "log.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <list>
|
||||
|
@ -59,7 +60,7 @@ public:
|
|||
|
||||
friend std::ostream&
|
||||
operator<< (std::ostream& stream, const IpIdentifier& id)
|
||||
{ return stream << " Name: " << id.name << "(VLNV: " << id.vlnv << ")"; }
|
||||
{ return stream << "Name: " << TXT_BOLD(id.name) << " (VLNV: " << id.vlnv << ")"; }
|
||||
|
||||
Vlnv vlnv;
|
||||
std::string name;
|
||||
|
|
Loading…
Add table
Reference in a new issue