mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-22 17:52:16 +00:00
suppression: Fix indentation
* src/abg-suppression.cc (function_suppression::suppresses_function_symbol): Fix indentation. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
1ef4be0c26
commit
46c2a68ccf
@ -3286,7 +3286,7 @@ function_suppression::suppresses_function_symbol(const elf_symbol* sym,
|
||||
return false;
|
||||
|
||||
ABG_ASSERT(k & function_suppression::ADDED_FUNCTION_CHANGE_KIND
|
||||
|| k & function_suppression::DELETED_FUNCTION_CHANGE_KIND);
|
||||
|| k & function_suppression::DELETED_FUNCTION_CHANGE_KIND);
|
||||
|
||||
// Check if the name and soname of the binaries match the current
|
||||
// suppr spect
|
||||
|
Loading…
Reference in New Issue
Block a user