public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] ir: Fix indentation
@ 2024-03-01 17:21 Dodji Seketeli
  0 siblings, 0 replies; only message in thread
From: Dodji Seketeli @ 2024-03-01 17:21 UTC (permalink / raw)
  To: libabigail; +Cc: dodji

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-01 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 17:21 [PATCH] ir: Fix indentation Dodji Seketeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).