Fix indentation in abg-writer.cc

* src/abg-writer.cc (write_union_decl_opening_tag): Fix
	indentation.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2016-11-24 09:45:31 +01:00
parent 09a15b6e60
commit 889898152c

View File

@ -2441,7 +2441,7 @@ write_union_decl_opening_tag(const union_decl_sptr& decl,
if (!decl)
return false;
ostream& o = ctxt.get_ostream();
ostream& o = ctxt.get_ostream();
do_indent_to_level(ctxt, indent, 0);