mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 15:34:34 +00:00
Fix indentation in src/abg-writer.cc
* src/abg-writer.cc (annotate): Fix indentation. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
1e1b3159a0
commit
1683cf350f
@ -886,7 +886,7 @@ annotate(const function_decl_sptr& fn,
|
||||
o << xml::escape_xml_comment(get_type_name(fn->get_return_type()))
|
||||
<< " ";
|
||||
|
||||
o << xml::escape_xml_comment(fn->get_qualified_name()) << "(";
|
||||
o << xml::escape_xml_comment(fn->get_qualified_name()) << "(";
|
||||
|
||||
vector<function_decl::parameter_sptr>::const_iterator pi =
|
||||
fn->get_first_non_implicit_parm();
|
||||
|
Loading…
Reference in New Issue
Block a user