[applied] suppression: Fix indentation

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

Commit Message

Dodji Seketeli Oct. 5, 2023, 3:22 p.m. UTC
  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(-)
  

Patch

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);