[PATCH, applied] suppression: Fix indentation

Dodji Seketeli dodji@redhat.com
Fri Mar 29 17:10:13 GMT 2024


Hello,

While looking at something else, I noticed some erroneous indentation in src/abg-suppression.cc.
Fixed thus.

	* src/abg-suppression.cc
	(function_suppression::suppresses_function_symbol): Fix
	indentation.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to the master branch
---
 src/abg-suppression.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/abg-suppression.cc b/src/abg-suppression.cc
index 0fb6d057..7c7a4305 100644
--- a/src/abg-suppression.cc
+++ b/src/abg-suppression.cc
@@ -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
-- 
2.39.3


-- 
		Dodji



More information about the Libabigail mailing list