mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 23:14:36 +00:00
Little style fix
* src/abg-comparison.cc (class_diff::report): Slight style fix. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
6667c21fe4
commit
b78e3371e5
@ -2345,7 +2345,7 @@ class_diff::report(ostream& out, const string& indent) const
|
||||
{
|
||||
int changes_length = length();
|
||||
|
||||
if (changes_length== 0)
|
||||
if (changes_length == 0)
|
||||
return;
|
||||
|
||||
string name = first_subject()->get_pretty_representation();
|
||||
|
Loading…
Reference in New Issue
Block a user