mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-22 16:56:57 +00:00
suppression: Fix indentation
* include/abg-suppression.h: Fix indentation of the type_suppression::insertion_range::end() accessor. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
f068f4a98f
commit
04737bcc84
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user