public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [PATCH, applied] suppression: Fix indentation
@ 2024-03-29 17:10 Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2024-03-29 17:10 UTC (permalink / raw)
  To: libabigail

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH, applied] suppression: Fix indentation
@ 2023-10-05 15:22 Dodji Seketeli
  0 siblings, 0 replies; 2+ messages in thread
From: Dodji Seketeli @ 2023-10-05 15:22 UTC (permalink / raw)
  To: libabigail; +Cc: dodji

Hello,

	* include/abg-suppression.h: Fix indentation of the
	type_suppression::insertion_range::end() accessor.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
Applied to master.
---
 include/abg-suppression.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/abg-suppression.h b/include/abg-suppression.h
index 9449d06d..6b62f64d 100644
--- a/include/abg-suppression.h
+++ b/include/abg-suppression.h
@@ -378,8 +378,8 @@ public:
   boundary_sptr
   begin() const;
 
- boundary_sptr
- end() const;
+  boundary_sptr
+  end() const;
 
   static insertion_range::integer_boundary_sptr
   create_integer_boundary(int value);
-- 
2.39.3


-- 
		Dodji


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-29 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 17:10 [PATCH, applied] suppression: Fix indentation Dodji Seketeli
  -- strict thread matches above, loose matches on Subject: below --
2023-10-05 15:22 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).