projects
/
platform
/
upstream
/
libabigail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1b315
)
Fix indentation in src/abg-writer.cc
author
Dodji Seketeli
<dodji@redhat.com>
Tue, 14 Feb 2017 10:15:01 +0000
(11:15 +0100)
committer
Dodji Seketeli
<dodji@redhat.com>
Tue, 14 Feb 2017 10:15:01 +0000
(11:15 +0100)
* src/abg-writer.cc (annotate): Fix indentation.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-writer.cc
patch
|
blob
|
history
diff --git
a/src/abg-writer.cc
b/src/abg-writer.cc
index fb8d863c6d1bad128869a0a6ef139e3c6c01485b..178c5b576c524636694e8cb18213d57db4b8f26d 100644
(file)
--- a/
src/abg-writer.cc
+++ b/
src/abg-writer.cc
@@
-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();