diff --git a/src/factory/FieldCreateFactory.cpp b/src/factory/FieldCreateFactory.cpp index 8b09700..21ca6a0 100644 --- a/src/factory/FieldCreateFactory.cpp +++ b/src/factory/FieldCreateFactory.cpp @@ -552,7 +552,7 @@ size_t Union::getFieldIndex(string const &fieldName) const { std::ostream& Union::dump(std::ostream& o) const { - o << getID() << std::endl; + o << format::indent() << getID() << std::endl; { format::indent_scope s(o); dumpFields(o);