mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-11 20:09:30 +00:00
Remove redundant "'" around linkage names in diff reports
* src/abg-comparison.cc (corpus_diff::report): Remove the redundant "'" from the linkage names in the diff. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
ce1278c3da
commit
01269740b3
@ -6136,7 +6136,7 @@ corpus_diff::report(ostream& out, const string& indent) const
|
||||
<< "'";
|
||||
if (context()->show_linkage_names())
|
||||
out << " {" << i->second->get_linkage_name() << "}";
|
||||
out << "'\n";
|
||||
out << "\n";
|
||||
++removed;
|
||||
}
|
||||
if (removed)
|
||||
|
Loading…
Reference in New Issue
Block a user