mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-19 00:14:33 +00:00
Fix some white space nits
* src/abg-comparison.cc (class_diff::report): Remove a useless horizontal white space. * src/abg-ir.cc (operator==): Add a vertical space. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
9fa5cc298c
commit
8c8df9d1cc
@ -9511,7 +9511,7 @@ class_diff::report(ostream& out, const string& indent) const
|
||||
|
||||
class_decl::base_spec_sptr base = i->second;
|
||||
|
||||
if ( priv_->base_has_changed(base))
|
||||
if (priv_->base_has_changed(base))
|
||||
continue;
|
||||
out << indent << " "
|
||||
<< base->get_base_class()->get_pretty_representation();
|
||||
|
@ -7769,6 +7769,7 @@ operator==(const reference_type_def_sptr& l, const reference_type_def_sptr& r)
|
||||
|
||||
return *l == *r;
|
||||
}
|
||||
|
||||
// </reference_type_def definitions>
|
||||
|
||||
// <array_type_def definitions>
|
||||
|
Loading…
Reference in New Issue
Block a user