[applied] suppression: Fix indentation

Message ID 877chlx8ui.fsf@redhat.com
State New
Headers
Series [applied] suppression: Fix indentation |

Commit Message

Dodji Seketeli March 29, 2024, 5:10 p.m. UTC
  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(-)
  

Patch

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