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:
Dodji Seketeli 2014-03-11 09:08:47 +01:00
parent 6667c21fe4
commit b78e3371e5

View File

@ -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();