From 889898152c3f18375557ae44b5993d0a47a5a3f7 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 24 Nov 2016 09:45:31 +0100 Subject: [PATCH] Fix indentation in abg-writer.cc * src/abg-writer.cc (write_union_decl_opening_tag): Fix indentation. Signed-off-by: Dodji Seketeli --- src/abg-writer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);