mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-06 06:37:31 +00:00
Slight style fix
* src/abg-dwarf-reader.cc (build_qualified_type): Fix indentation. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
15ef437155
commit
8841dc17a4
@ -986,7 +986,7 @@ build_enum_type(read_context& ctxt, Dwarf_Die* die)
|
||||
static qualified_type_def_sptr
|
||||
build_qualified_type(read_context& ctxt,
|
||||
Dwarf_Die* die,
|
||||
bool called_from_public_decl)
|
||||
bool called_from_public_decl)
|
||||
{
|
||||
qualified_type_def_sptr result;
|
||||
if (!die)
|
||||
|
Loading…
Reference in New Issue
Block a user