mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-13 21:00:57 +00:00
Fix diff report indentation issue
* abg-comparison.cc (corpus_diff::report): Indent the details of function changes. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
6709478816
commit
a8d5284442
@ -5479,7 +5479,7 @@ corpus_diff::report(ostream& out, const string& indent) const
|
||||
out << indent << " [C]'"
|
||||
<< i->second.first->get_pretty_representation()
|
||||
<< "' has some indirect sub-type changes:\n";
|
||||
diff->report(out, indent + " ");
|
||||
diff->report(out, indent + " ");
|
||||
}
|
||||
}
|
||||
out << "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user