public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: Dodji Seketeli <dodji@redhat.com>
To: libabigail@sourceware.org
Cc: dodji@redhat.com
Subject: [PATCH] ir: Fix indentation
Date: Fri, 01 Mar 2024 18:21:00 +0100	[thread overview]
Message-ID: <87v8657ts3.fsf@redhat.com> (raw)

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


                 reply	other threads:[~2024-03-01 17:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v8657ts3.fsf@redhat.com \
    --to=dodji@redhat.com \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).