Fix indentation in src/abg-writer.cc
authorDodji Seketeli <dodji@redhat.com>
Tue, 14 Feb 2017 10:15:01 +0000 (11:15 +0100)
committerDodji 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

index fb8d863c6d1bad128869a0a6ef139e3c6c01485b..178c5b576c524636694e8cb18213d57db4b8f26d 100644 (file)
@@ -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();