mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-15 22:44:41 +00:00
Fix a indentation warning from GCC 7.2.1
* tools/abipkgdiff.cc (compare): In the overload of elf_file, fix a mis-indentation pointed out by a GCC 7.2.1 warning. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
e7e56e2361
commit
ae2be278fd
@ -1127,7 +1127,7 @@ compare(const elf_file& elf1,
|
||||
if (detailed_error_status)
|
||||
*detailed_error_status = c1_status;
|
||||
|
||||
return abigail::tools_utils::ABIDIFF_ERROR;
|
||||
return abigail::tools_utils::ABIDIFF_ERROR;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user