[PATCH] ir: Fix indentation

Dodji Seketeli dodji@redhat.com
Fri Mar 1 17:21:00 GMT 2024


Hello,

	* src/abg-ir.cc (function_decl::clone): Fix indentation.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
---
 src/abg-ir.cc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/abg-ir.cc b/src/abg-ir.cc
index 162f4c0a..e6a7a51d 100644
--- a/src/abg-ir.cc
+++ b/src/abg-ir.cc
@@ -22210,12 +22210,12 @@ function_decl::clone() const
     {
       method_decl_sptr
 	m(new method_decl(get_name(),
-				      get_type(),
-				      is_declared_inline(),
-				      get_location(),
-				      get_linkage_name(),
-				      get_visibility(),
-				      get_binding()));
+			  get_type(),
+			  is_declared_inline(),
+			  get_location(),
+			  get_linkage_name(),
+			  get_visibility(),
+			  get_binding()));
       class_or_union* scope = is_class_or_union_type(get_scope());
       ABG_ASSERT(scope);
       scope->add_member_function(m, get_member_access_specifier(*this),
-- 
2.39.3


-- 
		Dodji



More information about the Libabigail mailing list