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:
Dodji Seketeli 2014-03-31 11:23:50 +02:00
parent 6709478816
commit a8d5284442

View File

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