diff --git a/src/abg-writer.cc b/src/abg-writer.cc index d6ca0371..a2ea0544 100644 --- a/src/abg-writer.cc +++ b/src/abg-writer.cc @@ -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);